thewirelessguy / cornerstone

Cornerstone is a WordPress starter theme based on the Zurb Foundation Responsive Framework. Cornerstone aims to provide a lightweight starter theme that is responsive and SEO friendly that web designers can build great looking websites on.
GNU General Public License v2.0
155 stars 40 forks source link

Title is not rendered correctly #18

Closed carambamoreno closed 10 years ago

carambamoreno commented 10 years ago

In an out-of-the-box wp 3.8 installation and your cornerstone and example child-theme correctly installed, the title is not rendered correctly.

in title, it shows: http://url.tomysite.com

EDIT: By checking the source, the title tag appears empty. It seems that the tag <?php wp_title(''); ?> is not being rendered.

I changed it to <?php bloginfo( 'name' ) ?>and it displays the blog name correctly.

alana-mullen commented 10 years ago

Thanks for spotting that. I normally use an SEO plugin so I hadn't noticed it before. I've just uploaded a fix to the header.php and functions.php. It adds a filter to wp_title to display the title properly.

carambamoreno commented 10 years ago

Great. Thank you.

I'll reinstall and confirm.

carambamoreno commented 10 years ago

I reinstalled and the problem is still there. Should I wait for something?

alana-mullen commented 10 years ago

Sorry, it hadn't synced properly. Try again now.