Post title nos showing on all posts
-
Hi,
I just noticed something strange. The title of some post is not displayed. The .entry-title heading is not even present in the DOM (checked with dev tools).
So, I’ve checked on the metabox and the box “Disable elements > Content title” was checked. I unchecked it then saved but the checkbox was still checked when I came back. I tried again, and again with some other posts, but same issue. For some reason I’m not able to uncheck this checkbox so I did that manually via phpMyAdmin and set all “_generate-disable-headline” value to false.
Now all the checkbox are unchecked. Fine. Except… I still not see the title on some posts (crazy). I found a temporary solution by copying the “generate_disable_title” function (inc/general.php => line 211) into my function.php child theme and set “$title = false;”. All the post title are displayed now.
I don’t know where the problem comes from so maybe you can help me?
Thanks,
Pierre
- The topic ‘Post title nos showing on all posts’ is closed to new replies.