Exclude few recent posts from the recent post list (coffee2code)
-
Hi,
I am using the coffee2code plugin
https://coffee2code.com/archives/2004/08/27/plugin-customizable-post-listings/
to display my recent post on the sidebar.I have used the following code to display the recent post.
<?php c2c_get_recent_posts(5, "<li>%post_URL%<br /></li>", "50"); ?>
It works great, but there is a small issue. Now my category displays 10 blog posts per page and i dont want to see the same blog posts be repeated on the sidebar too. Is there a way to exclude the top 10 most latest recent posts to the above code? Would appreciate any help.
Thank you for reading.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Exclude few recent posts from the recent post list (coffee2code)’ is closed to new replies.