How to set link to the other posts inside a loop
-
I have a custom loop that queries posts, I want to show only 10 posts, but at the bottom link to all posts that matche the query. Is there a good way to do that?
The query:
$args = array( 'category__and' => array(5739,50), 'posts_per_page' => 2, 'orderby' => 'date' );
Thanks in advance.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to set link to the other posts inside a loop’ is closed to new replies.