Tagged: Blog, blog post, H1, single.php
Hello,
I wanted to know if theres a way to change the Blog – Latest News from an H1 to something else, just on the single.php template.
$title = __(‘Blog – Latest News’, ‘avia_framework’); //default blog title
We have the blog post title as the H1 and can’t have 2 H1s on the same page, so we’d like to change ‘Blog – Latest News’ to a <span> or something else.
Hi Chubby!
Open: /enfold/functions-enfold.php
Change line 274:
'heading' => 'h1'
To this:
'heading' => 'span'
Cheers!
Josue