Forums

[Plugin: SidePosts Widget]Sideposts selected categories don't appear on rss feed (5 posts)

  1. borreicho
    Member
    Posted 3 months ago #

    My sideposts selected categories don't appear on rss feeds. When I deactivate the plugin they reappear.

  2. Txanny
    Member
    Posted 3 months ago #

    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.

  3. tinoro
    Member
    Posted 3 months ago #

    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?

  4. Txanny
    Member
    Posted 3 months ago #

    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.

  5. robcreative
    Member
    Posted 2 months ago #

    I want the sidepost categories to appear in the main blog page. What do I have to do to make that happen?

    thanks

Reply

You must log in to post.

About this Topic

Tags