Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #641939

    Hi!

    We have two “Blog Posts” sections on the home page that fetch featured and latest posts, the titles are “h2” by default, any pointers where to change that from HTML? We need to have less that 10 h2’s on the home in order for it to be SEO friendly.

    #642029

    Hey 360moms,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Andy

    #642092

    Please find the website in the private content section

    The elements are “What worked” and “Latest posts”

    #642139

    Hi,

    You can change the special headings “h2” tags to “h3” to reduce the number of h2’s in the edit options of the special headings.

    if this does not work for you Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • the URL to the login screen
    • a valid username (with full administration capabilities)
    • as well as a password for that username

    Best regards,
    Vinay

    #642152

    I am not sure if you got my question. I am not talking about the Special Heading element. I am talking about Blog Posts element “which fetches a certain amount of posts”…the title of those is h2 and there’s no obvious way to change it.

    #642271

    Hi!

    Please go to enfold/includes/helper-post-format.php file and find

    $heading = is_singular() ? "h1" : "h2";

    and change h2 as needed

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.