Theme does not support title-tag

Posted in: Newsmag
Post count: 7

Hi all,

obviously, NewsMag does not support WP title-tag. In order to enable a SEO-plugin (SEOpress) to customize post titles, I had to remove “wp_title();” from header.php and manually add some code to functions.php.

... add_theme_support( 'title-tag' ); ...

In my understanding support for title-tag should be default, shouldn`t it? Can you add this, dear developers?

Thank you!

Post count: 23312

Hello lizdi2018,

We have added this suggestion to our list of improvements and we will take into account to the next updates. Another alternative for you would be to make these changes in Child Theme because the header.php and functions.php are overwritten in the child theme, as you can check in our documentation from here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks for your understanding!

Post count: 7

Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.