How to exclude current post?

Posted in: Newspaper
Post count: 2

Hi there. Is there an option to exclude the current viewed post (on single view) from the recent post widget on the sidebar? P.S: the widget is a simple block filtering for all categories.

Thank You.

Post count: 20688

Hi,

By default there is no option to remove the current post, from the recent posts widget. You could try the solution mentioned in this topic
http://techqa.info/wordpress/question/103570/how-to-hide-a-post-from-%27recent-posts%27-widget?
And instead of post Id’s use get_the_ID() and see if it works properly. Try the code in the theme functions.php file.

Thanks

Post count: 4

I just can’t believe such a basic function isn’t built into the theme.

Honestly WHO wants to display the current post in the sidebar when the current post is being viewed, that’s just broken by design.

Hopefully this will get fixed very soon, because it’s not just a “nice to have”, it’s a bug.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.