Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #182609

    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.

    #183175

    Hi Chubby!

    Open: /enfold/functions-enfold.php

    Change line 274:

    'heading' => 'h1'

    To this:

    'heading' => 'span'

    Cheers!
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change H1 to SPAN on just Single.php’ is closed to new replies.