Home › Forums › WoodMart support forum › Portfolio detail page Title (H1) › Reply To: Portfolio detail page Title (H1)
September 25, 2019 at 1:30 pm
#146564
Colibri
Participant
The current code is:
if( is_singular( ‘page’ ) && ( ! $page_for_posts || ! is_page( $page_for_posts ) ) ):
$title = get_the_title();
Do I also change the if before the line mentioned or just the second line?
Thanks!