My sideposts selected categories don't appear on rss feeds. When I deactivate the plugin they reappear.
My sideposts selected categories don't appear on rss feeds. When I deactivate the plugin they reappear.
This is that way by design. Sideposts categories do not show in main RSS feeds. Posts shown in the widget, are removed from main pages, and the main RSS feed is one of them.
Every SidePosts widget category have its own category feed.
I want the sideposts categories removed from the main page, but I want it in the main RSS feed. Is there a form to do this?
Yes, you have to hack the plugin.
In class.sideposts.php change this:
if ( $query->is_category || $query->is_tag || $query->is_day ) {
to this:
if ( $query->is_category || $query->is_tag || $query->is_day || $query->is_feed ) {
Just remember that hacks are unsupported and you will lose it on the next update.
I want the sidepost categories to appear in the main blog page. What do I have to do to make that happen?
thanks
You must log in to post.