• I know nothing about PHP. I am trying to put in a small image and text/link beside the post rss image and link. Here is the line of code:

    <em><span class="feed"><a href="<?php bloginfo('rss2_url'); ?>"><?php _e('Posts RSS'); ?></a></span> <span class="feed"><a href="<?php bloginfo('comments_rss2_url'); ?>"><?php _e('Comments RSS'); ?></a></span></em>

    How can I do this?

    Thanks.

  • The topic ‘PHP Help’ is closed to new replies.