Hey bigflacpro,
When I add the code it not only adds the pagination (next/previous) it also adds the last ten posts with it. Is there any way I can just add the (next/previous) without the additional posts.
https://bigflacpro.com/video/music/
The above link shld only show the top ten posts not the bottom ten with it. The shortcode adds the bottom ten.
If you’re using this shortcode: [ic_add_posts paginate='yes']
then you’ll automatically get posts along with the navigation.
By default, WP shows 10 posts/page, so you’d see ten posts, then the pagination, unless you either:
- Change the default # posts under Setting/Reading, or
- Limit the number of posts by adding to the shortcode (ex.
[ic_add_posts showposts='5' paginate='yes']
)
Based on your description, I’m guessing that if you don’t use the shortcode, some posts display anyway, right? Like ten?
If that’s the case, then I may be misunderstanding what you’re going for – it almost sounds like you’re looking for navigation without adding posts. Am I mistaken?