Here’s the last thing I need for now, to make my WordPress behave the way I want it to: I need a custom function for functions.php
which says that if what’s being loaded is_single
, and if the post does not have a title, perform echo wp_trim_words( get_the_content(), 8, ‘’ … — ‘’ );
instead.