Forums
(@defjaf)
6 months, 2 weeks ago
Thanks!
In fact I had to change
(empty(get_the_title($post_id)))
to
( empty($title) )
Any idea why?
(And now I have to learn how to make this into a plugin…)
7 months, 3 weeks ago
Thank you! It may not be elegant, but it works (and now I sort of understand what’s going, so also thank you for your explanation).