Home Page Title Issue

Title of the home page is the home page URL rather than the Title. Feels like a core bug.

Hi Arjun,
rtPanel admin panel has a plugin support section. Here we have recommended the “Yoast WordPress SEO” plugin. This plugin handles the titles quite good, along with a load of other SEO friendly options.

@Joshua
Users might or might not use SEO plugins for titles. Its an option only. Also when I passed a hook into wp_head the title didnt come up. It inherited the default title which is coded into Parent themes header.php

You have a valid point there. Will have a look into this.

Adding bloginfo(‘name’) or anything after the wp_title() to the parent theme fixes the issue.

Thanks Arjun for pointing out this problem and solution to it.