• Hi,
    I want to change my h3.entry.title, in the top of my article, into a h1.
    How can i do ?
    Thanks ??

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,

    Thank you for getting in touch with us.

    The only way to change this tag is by replacing this line in single.php file:

    <h3 class="entry-title"><?php the_title(); ?></h3>

    with this:

    <h1 class="entry-title"><?php the_title(); ?></h1>

    Hope that helps.

    Kind regards

Viewing 1 replies (of 1 total)
  • The topic ‘h3.entry.title => H1’ is closed to new replies.