hey there
Nedd some help, how can i remove the ad from the bottom that apears in all the pages of the photoblog theme?
(http://wordpressphotoblog.com/wordpress-photo-gallery/wordpress-photoblog-theme-photo-blog.php)
thanks
hey there
Nedd some help, how can i remove the ad from the bottom that apears in all the pages of the photoblog theme?
(http://wordpressphotoblog.com/wordpress-photo-gallery/wordpress-photoblog-theme-photo-blog.php)
thanks
Open: /wp-content/themes/photoblog/footer.php
you will see this code:
<div id="footer">Powered by <a href="http://wordpress.org/">WordPress</a>. <a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> and <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>. <br />Theme by <a href="http://www.blogohblog.com">Blog Oh Blog</a>
Delete this part:
<br />Theme by <a href="http://www.blogohblog.com">Blog Oh Blog</a>
good
You must log in to post.