RSS on sidebar help
-
I need a hand placing an rss feed icon on the sidebar.
The html of the icon I want to use is
https://faq.wordpress.com/files/2006/11/c28.pngMy WP blog is found at https://www.ourdealio.com/blog
On the right sidebar, there is a subscribe block. In that block, I would like only the subscribe heading and the rss icon from the url above. Please help me edit the sidebar html.
Here is the present html
</div>
<div class="bloque2">
<h3>Subscribe</h3>
<div class="subscriberss">
<select name="aggs">
<option value="https://www.bloglines.com/sub/<? echo get_bloginfo('rss_url');?>">Bloglines</option>
<option value="https://www.feedness.com/alta/<? echo get_bloginfo('rss_url');?>">Feedness</option>
<option value="https://add.my.yahoo.com/content?url=<? echo get_bloginfo('rss_url');?>">Mi Yahoo!</option>
<option value="https://my.msn.com/addtomymsn.armx?id=rss&ut=<? echo get_bloginfo('rss_url');?>">My MSN</option>
<option value="https://www.netvibes.com/subscribe.php?url=<? echo get_bloginfo('rss_url');?>">NetVibes</option>
<option value="https://www.newsgator.com/ngs/subscriber/subext.aspx?url=<? echo get_bloginfo('rss_url');?>">Newsgator</option>
<option value="https://www.rezzibo.com/secure/subscribe.aspx?feed_url=<? echo get_bloginfo('rss_url');?>">Rezzibo</option>
<option value="https://www.rojo.com/add-subscription?resource=<? echo get_bloginfo('rss_url');?>">Rojo</option>
<option value="https://technorati.com/faves?add=<? echo get_bloginfo('rss_url');?>">Technorati</option>
</select>
<a href="#"><img src="<? echo get_settings('home')."/wp-content/themes/i-feel-dirty/img/";?>okbutton.gif" title="ok btn" alt="ok" /></a>
</form>
</div>
I added only the code I though was pertinant. I would greatly appreciate any help from you xml, html geniuses.
- The topic ‘RSS on sidebar help’ is closed to new replies.