• Resolved jdproducer

    (@jdproducer)


    Since i installed brow.si plug in, one of my sub pages “Bio” turned into an rss feed. I think i have disabled it by editing the functions.php pages not to auto generate feeds. I get this retirn sometimes when giong to the bio page from the home page “This XML file does not appear to have any style information associated..
    then it lists a bunch of html (in my mobile browser because it does not have a rss reader probably> In my opera and firefox..it reads as an rss feed. I dont want that page to be a feed and i like brow.si for the mobile site to push info with alerts..so what did I do incorrectly or is this an anmonally?? I changed the functions.php page to include the following after reading about unwanted rss feeds generated from wordpress sites:

    // Remove automatic links to feeds
    remove_action(‘wp_head’, ‘feed_links’, 2);
    remove_action(‘wp_head’, ‘feed_links_extra’, 3);

    // Disable automatic feeds
    remove_action( ‘do_feed_rdf’, ‘do_feed_rdf’, 10, 1 );
    remove_action( ‘do_feed_rss’, ‘do_feed_rss’, 10, 1 );
    remove_action( ‘do_feed_rss2’, ‘do_feed_rss2’, 10, 1 );
    remove_action( ‘do_feed_atom’, ‘do_feed_atom’, 10, 1 );
    oh and i also uninstalled brow.si for the time being..hopefully things will return to normal, but I am not certian. Any comments would be helpful!

    http://wordpress.org/extend/plugins/browsi/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi jdproducer,

    The plugin itself has no filters/actions regarding feeds, and it seems pretty strange it turned a page of yours to RSS feed.
    Could you show me the page that became RSS feed once Brow.si was activated?

    Hi jdproducer,

    If you want us to further investigate the issue, please email us at support@brow.si so we could see which site you are talking about, and what the issue is.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘question about broswi changing page into rss feed’ is closed to new replies.