Remove title tag if empty
-
Hi,
Please can you replace this in inc/shortcode.php, line 118:
$html .='<h3 ‘.$nmt.$nmtd.’>’. apply_filters(‘the_title’, $number->post_title) .'</h3>’;By :
if( $number->post_title ) $html .='<h3 ‘.$nmt.$nmtd.’>’. apply_filters(‘the_title’, $number->post_title) .'</h3>’;
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove title tag if empty’ is closed to new replies.