If title empty
-
function czr_fn_post_page_title_callback() {
$_title = apply_filters( ‘tc_title_text’, get_the_title() );
if (!trim($_title)){
return ”;
}
…
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘If title empty’ is closed to new replies.