In my new theme, I am using this coded trick to display the excerpt on a single post only if I’ve got text inside. Usually if you use the_excerpt
and you don’t have one, it will fake one for you.
This is not something that I wanted to do on the single post page. So I used the following code to check if the excerpt existed.
if ( !empty( $post->post_excerpt ) ) :
Once this action is taken into account, you can factor in what code you want to out put if the post_excerpt
isn’t empty.
if ( !empty( $post->post_excerpt ) ) : the_excerpt(); else : false; endif;
The above code checks if there is an excerpt and print’s it to the screen. If there isn’t an except, it doesn’t do anything.
The rise of Local SEO has made it easier for businesses to increase brand awareness…
I was asked by a reader: I'm using the THiCK theme for my new design…
The article lists the 13 best WordPress email marketing plugins for 2022 - HubSpot, ConvertKit,…
In 2024, NVIDIA remains a dominant force in the AI chip market with its innovative…
In the rapidly evolving realm of digital marketing, ChatGPT has emerged as an invaluable tool,…
It is official, today I purchased my ticket for WordCamp Denver! I as well as…