Remove hyperlink from the post titles that have no content.
-
I’m displaying recent blog titles on a page, however some of the blog posts does not have content (title only), and here is what I want to accomplish. I want to remove hyperlink from the titles for the blogs that have no content, but still want to show hyperlink for the ones that have content.
Need someone’s help as I’m no php expert. Thanks in advance.<a href="<?php the_permalink() ?>"> (Remove if no content) <?php the_title(); ?> </a> (Remove if no content)
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Remove hyperlink from the post titles that have no content.’ is closed to new replies.