Tagged Questions
0
votes
2answers
138 views
Using query_posts inside single.php loop
Inside of my loop in single.php, I used a custom query using get_posts to return posts belonging to a certain category.
<?php global $post;
...
1
vote
1answer
251 views
My post repeats itself on the second page [closed]
Hey the way i have my index coded is that it shows one full post and the rest of the post are excerpts, but when i click previous the 2nd page shows the same post from the first page, what can i do to ...
0
votes
1answer
776 views
the-events-calendar, pagination with tribe_get_events()
i'm using the events calendar plugin and at some place i use the tribe_get_events() function to show the upcoming events. Point is, i need to create a pagination for those results.
The ...
