Viewing 6 replies - 1 through 6 (of 6 total)
  • 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

    I’m having the same issue. Where do i find the class.sideposts.php? I’m looking in the editor and not seeing this under the sideposts list.

    Aha, I just realized that such a file doesn’t exist in 3.0. Any directions?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: SidePosts Widget]Sideposts selected categories don’t appear on rss feed’ is closed to new replies.