Skip to content

Portfolio Title Issue - When Yoast is Enabled. #222

@laranz

Description

@laranz
  1. When we enable the Yoast plugin, the portfolio single post page, the title looks like a blank,

image

  1. To fix that, go to /wp-content/themes/shapely/inc/extras.php line number 584 you will see this line,

$title_in_post = get_theme_mod( 'hide_post_title', false );

change that to,

$title_in_post = get_theme_mod( 'hide_post_title', true );

Regards,

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions