question about broswi changing page into rss feed
-
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!
- The topic ‘question about broswi changing page into rss feed’ is closed to new replies.