Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1480952

    I’m working on SEO, and each heading of the magazine appears to be an H1 or H2, which negatively impacts my rankings.

    I do not do code. Could you please supply me with an easy way to make them all paragraph size?

    You can view a page; I’ve included links at the bottom of every page in the website. I have hundreds of pages.

    Here is a sample. https://photomagx.com/featured-articles-travel-photography/maine-lighthouses-milky-way-photography/

    Your quick response would be appreciated.

    Thank you.

    #1480973

    Hey extraeyes,

    Thank you for the inquiry.

    You can add this filter in the functions.php file to adjust the title tag of the magazine element:

    function avf_customize_heading_settings_mod( $args, $class, $extra_args ) {
        $args['heading'] = 'p';
        return $args;
    }
    add_filter( 'avf_customize_heading_settings', 'avf_customize_heading_settings_mod', 10, 3 );
    

    Best regards,
    Ismael

    #1481009

    I advised I do not do code. I do not know what a function.php file is?

    I only work in the front end.

    Pam

    #1481046

    Hi,

    Thank you for the update.

    Please provide the WP and FTP details in the private field so we can apply the modification. If FTP is not available, make sure that the Appearance > Theme File Editor is accessible.

    Best regards,
    Ismael

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