Skeptical Theme Edit Header RSS and Email Subscribe

Because I couldn’t find any help on this and the wootheme header complex was a little complicated for me at least I wanted to post a brief tutorial on what I did to edit the email and subscription header.

Find the header.php file, then you will need to change the code to the following:

</ul><!– /#nav –> <?php } ?> <ul class=”rss fr”> <?php $email = $woo_options['woo_subscribe_email']; if ( $email ) { ?> <li class=”sub-email”><a href=”http://feeds.feedburner.com/onlinevolleyballcoach/News“><?php _e(‘Subscribe by Email’, ‘woothemes’) ?></a></li> <?php } ?> <li class=”sub-rss”><a href=”http://feeds.feedburner.com/onlinevolleyballcoach/News“><?php _e(‘Subscribe to RSS’, ‘woothemes’) ?></a></li> </ul> </div><!– /#navigation –>

You will need to replace the red portion with a link to your feed address.  This should work for whatever feed you are using as it only links to an external page.

If you need more help than this, probably I can’t help, but feel free to ask :)

See you on the court!

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>