How can I do it? I have read articles or forums but I haven’t really found a good fix for this issue.
Thank you.
]]>I would be delighted if you can help me find a solution.
Thank you
Steph
]]>For some unknown reason to me, the post title in single posts is missing. I′ve already checked other plugins by disabling them all and the problem remains. Then I′ve tried changing the theme to one of the WordPress default, and voilá, it works.
So it is theme related for sure. Then I tried to put this piece of code in functions.php:
add_action( ‘after_setup_theme’,’tu_after_setup_theme’ );
function tu_after_setup_theme() {
add_filter( ‘generate_show_title’, ‘__return_true’ );
}
The problem is that I dont want the titles to show in other pages/category/archives. I also tried to disable the content title for each page in the settings but it seems that the php code override the page settings.
So I kindly ask you for any ideas and a good solution for my problem.
Thank you for your kind attention!
]]>I’m running a Hatch child.
The title of my single posts doesn’t display at all. I looked in theme settings, but I haven’t found any option concerning the blog titles.
Any suggestions?
Thank you
The “Titles & Metadata” tab of the plugin settings offers no easy tip on how to fix that and make the browser display the actual post title plus the blog name on single posts.
How do I fix that?
]]>