Skeptical Theme Edit Header RSS and Email Subscribe
Tweet
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!







