How To Decode A WordPress Theme Footer
Gönderen: Seçkin Burak Cengiz · 2 Yorum
There are a number of free wordpress themes but some of them has footer which is really annoying. I don’t understand why designers code their free themes but it doesn’t matter, i have a solution for you. This technique allow you to customize your wordpress theme footer.
Step by step ;
1> Open your index.php and find
<?php get_footer(); ?>
2> Place a HTML comment that you can easily recognize, before and after
Something like:
<!– footer content starts Here –>
<?php get_footer(); ?>
<!– footer content ends Here –>
3> Visit your blog
4> View the source ( When you are in your blog click right mouse button and select “View Page Source”
5> Copy the HTML source between the two markers
6> Open footer.php and replace the encoded content with the HTML code.
Note: Most themes will have a license that’ll not permit you to change the footer links. If that’s the case, then you are better off finding another theme
Related posts:

I like this website really much.
This is such a great site.
And it is not like other money oriented place, the content here is super important.
I am definitely bookmarking it as well as sharin it with my friends.
Çözüm aradığım bir problemdi. Deneyeceğim. teşekkürler.