• Resolved abueno

    (@abueno)


    Hi!
    It is possible to change the author’s h2 for another tag (for example a p). For SEO, H2 is not good.

    <h2 class=”tfree-client-name”>Author</h2>

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ShapedPlugin LLC

    (@shapedplugin)

    Hi

    There is no option for changing the h2 tag in the plugin’s current version. We will include this feature in a future update.

    Thank You

    Thread Starter abueno

    (@abueno)

    Is there a possibility to add a function or temporary code to correct this?

    Plugin Author ShapedPlugin LLC

    (@shapedplugin)

    Hi

    You can do it by editing the Plugins core file using the plugin editor.

    1. Open the plugin with plugin editor and Find the PHP file “theme-one.php” in –

    Public >Views >Templates > theme-one.php

    at line# 35 replace h2 tag with p tag

    2. at Public > Views > shortcoderender.php file line#172 you will find

    h2.tfree-client-name replace it with p.tfree-client-name

    3. To stylize the author name go to Public > assets > css > style.css and at line# 59 you will find

    p.tfree-client-name. You can stylize the author name text from here.

    Thank You

    Thread Starter abueno

    (@abueno)

    Thanks a lot!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change h2’ is closed to new replies.