How to Add RSS to WP Menu

5 replies
  • WEB DESIGN
  • |
Hi,

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

Regards,

The Newbie
#add #menu #rss
  • Profile picture of the author sylviad
    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
    Signature
    :: Got a dog? Visit my blog. Dog Talk Weekly
    :: Writing, Audio Transcription Services? - Award-winning Journalist is taking new projects. Warrior Discounts!
    {{ DiscussionBoard.errors[2833473].message }}
  • Profile picture of the author virklink
    Thanks for your comment. I am looking to ad the rss and twitter to the top menu bar present underneath the header.
    {{ DiscussionBoard.errors[2833707].message }}
    • Profile picture of the author abdulquddus
      Originally Posted by virklink View Post

      Thanks for your comment. I am looking to ad the rss and twitter to the top menu bar present underneath the header.
      hi

      see mystique theme, to get the code
      {{ DiscussionBoard.errors[2833754].message }}
  • Profile picture of the author swtsubmit
    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.
    {{ DiscussionBoard.errors[2833744].message }}
  • Profile picture of the author kevinjones
    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.
    {{ DiscussionBoard.errors[2861446].message }}

Trending Topics