Posted in
WordPress Optimization |
Comments Off
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 =...
Posted in
WordPress Themes |
Comments Off
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...