How to Add RSS to WP Menu

by 5 replies
6
Hi,

I want to add rss and twitter buttons to my WP site menu.

Regards,

The Newbie
#website design #add #menu #rss
  • You need to go into your Presentation area of your Blog, and then to Widgets. There, you can drag the RSS box over to your sidebar to make it active.

    I don't know about Twitter. You might need a separate plugin for that.

    Sylvia
  • Thanks for your comment. I am looking to ad the rss and twitter to the top menu bar present underneath the header.
    • [1] reply
    • hi

      see mystique theme, to get the code
  • You'll probably have to edit your header.php, find where your menu is, and after closing </ul> of menu, add code like this:

    Code:
    <a href="twitter url here" id="twitter"><img src="<?php bloginfo('template_directory'); ?>/images/twitter.png" alt="Follow me on twitter"/></a>
    
    <a href="rss url here" id="rss"><img src="<?php  bloginfo('template_directory'); ?>/images/rss.png" alt="Subscribe to rss"/></a>
    Add twitter icon to your images folder. And you'll need to style up the css, to align all properly, but this is it.
  • If you want to sell products into your WordPress blog, WP e-commerce allows you to sell products online to your blog. beauty of this plugin is that it is free and easy to modify. After you install and activate the plugin, you can convert normal. I would also like to get an RSS subscription icon and delete the home page navigation Home Page Navigation.

Next Topics on Trending Feed