ECToo / wp-constructor

Automatically exported from code.google.com/p/wp-constructor
0 stars 0 forks source link

No title for the index page #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am using the constructor theme on my website http://www.crackpuzzles.com
If you open the website, there is no title for the page. Individual posts
and categories do not face any problem. I tried setting wp_install
parameter in the header.php file to same as header.php file of classic
theme but it still doesnt work. 

Original issue reported on code.google.com by rg.i...@gmail.com on 22 Oct 2009 at 7:37

GoogleCodeExporter commented 9 years ago

Original comment by AntonShe...@gmail.com on 23 Oct 2009 at 6:25

GoogleCodeExporter commented 9 years ago
I was able to fix this. In the header.php file of the constructors theme, I 
inserted
this line in the titles tag "<?php wp_title('«', true, 'right'); ?> <?php
bloginfo('name'); ?>" previously it was "<?php wp_title('')?>".

Original comment by rg.i...@gmail.com on 27 Oct 2009 at 11:41

GoogleCodeExporter commented 9 years ago

Original comment by AntonShe...@gmail.com on 20 Jan 2010 at 9:58