Add your RSS and Email subscribe links
Notice: Do not copy and past the code below into your .php files. This code has been formatted through html. Please type in the actual code into your .php file. This also helps you learn how to code html and you’ll be a CSS master in no time ![]()
1. Open the header.php for JunPress or PhenPress and open the sidebar.php for ChouPress
2. For JunPress or PhenPress locate the “menu-subscribe” div
<div id=”menu-subscribe”>
Subscribe via: <a rel=”nofollow” href=”">RSS</a> | <a rel=”nofollow” href=”">Email</a>
</div>
3. Add your RSS url and your Email subscription url to the appropriate blue highlighted sections. For example:
<div id=”menu-subscribe”>
Subscribe via: <a rel=”nofollow” href=”http://feeds.feedburner.com/livingthestartuplife“>RSS</a> | <a rel=”nofollow” href=”http://feedburner.google.com/fb/a/mailverify?uri=livingthestartuplife“>Email</a>
</div>
4. Save the file
5. For ChouPress, locate “subscribe” div
<div id=”subscribe”>
<ul>
<li><a rel=”nofollow” href=”"><img src=”http://junloayza.wordpress.com/files/2009/05/twitter-icon.png” width=”40px”></a></li>
<li><a rel=”nofollow” href=”"><img src=”http://junloayza.wordpress.com/files/2009/05/rss-icon.png” width=”40px”></a></li>
<li><a rel=”nofollow” href=”"><img src=”http://junloayza.wordpress.com/files/2009/05/email-icon.png” width=”40px”></a></li>
<li><a rel=”nofollow” href=”"><img src=”http://junloayza.wordpress.com/files/2009/05/facebook-icon.png” width=”40px”></a></li>
</ul></div>
6. Add your RSS url and your Email subscription url to the appropriate blue highlighted sections. For example:
<div id=”subscribe”>
<ul>
<li><a rel=”nofollow” href=”http://Twitter.com/JunLoayza“><img src=”http://junloayza.wordpress.com/files/2009/05/twitter-icon.png” width=”40px”></a></li>
<li><a rel=”nofollow” href=”http://feeds.feedburner.com/livingthestartuplife“><img src=”http://junloayza.wordpress.com/files/2009/05/rss-icon.png” width=”40px”></a></li>
<li><a rel=”nofollow” href=”http://feedburner.google.com/fb/a/mailverify?uri=livingthestartuplife“><img src=”http://junloayza.wordpress.com/files/2009/05/email-icon.png” width=”40px”></a></li>
<li><a rel=”nofollow” href=”http://www.facebook.com/home.php#/profile.php?id=2522723&ref=profile“><img src=”http://junloayza.wordpress.com/files/2009/05/facebook-icon.png” width=”40px”></a></li>
</ul></div>
7. Save the file
If you have any questions about this, feel free to ask me in the comment section. Thanks!

No comments yet.