The following code can be added to your theme's functions.php file to remove the RSS feed links from the page head. // DISABLE RSS FEEDS remove_action( 'wp_head', 'feed_links_extra', 3 );…
By default WordPress runs an RSS feed of your posts which are accessed from www.domainname.com/feeds The feed contains the full text from your posts, which decreases the need for people to…
By default the WordPress RSS summary excerpt length is 55 words. The steps below detail how to change the summary length to any other number. Open your themes functions.php file…
The following code can be added to your theme's functions.php file to disable the RSS feed on the home page and on each article page. If someone tries to access…
Problem By default Joomla 2.5 has the capacity to provide RSS feeds of content. It does this using list layouts (for example a blog category list) as the RSS feed…