Hi All, first post on here - hopefully one of many more. I want to install a rss feed in the main content area of my wordpress site. Not a widget or sidebar. any ideas how to do this?
Hello, do you mean adding the <link> tags which make web browsers display the little RSS icon near the address bar? That can be done by adding the following line into the theme file functions.php: add_theme_support( 'automatic-feed-links' ); PHP: