Useful resources for bloggers

How to avoid the same meta description on Tag archives with Thesis theme

Thesis is a great theme for WordPress (this blog uses it ) but I don’t like the way it handles the meta tag description on all the Tag archive pages. In fact, Thesis repeats the blog descrption on all these pages. In order to avoid this, you have to edit the file \lib\classes\head.php (around line 104) of your Thesis theme. You have to change it from: elseif (is_category()) { $category_description =...

Custom image header for Thesis theme in WordPress

Are a you a Thesis user? Do you wanna put a custom image and a banner in your blog header? Follow this tutorial to learn how to do it. Visit the Thesis Option page of you blog and deselect these checkboxes: Show site name in header and Show site tagline in header. Edit your custom_functions.php file ed insert the following code: function my_header() { ?> <div id="sitelogo"> <a...

Powered by WordPress | Designed by Elegant Themes