Single Post Title Missing
-
Hi folks!
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!
The page I need help with: [log in to see the link]
The topic ‘Single Post Title Missing’ is closed to new replies.
