default secondary title for specific categories
-
Is it possible to insert the secondary title by default only for certain specific categories of articles? i tried to create a code snippet but it doesn’t work… thank you for your reply
function adddd( $secodary_title, $post_id ) { if( has_category( 103, $post_id ) ) { /* 103 my category */ $secodary_title = '<span class="secondtitle">' . '101 motivi' .' <br></span>' . $secodary_title . ' '; } return $secodary_title; }
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘default secondary title for specific categories’ is closed to new replies.