Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2136316
SEO - meta desciption
Closed

Comments

  • nomikininnis started the conversation

    Hello,

    I'm trying to use the Yoast SEO plugin with the theme, but it seems like I can't over rule the homepage SEO title and meta desciption. How is that? Even if I make a new SEO title, it doesn't appear when I use the SEOquake plugin to detect.

    Also, how can I make the "about-me-heading" to a H3 instead of H2? (see screenshot: https://paste.pics/6KU68)

    Thanks :)

  •  2,699
    PenciDesign replied

    Hi,

    1/ Please change it via Dashboard > SEO > Search Appearance > Homepage.

    After changed it, clearly all the cache and wait google update it.

    2/ To do that, you need to edit the file inside the theme.

    Please go to Appearance > Editor > find on the left side folder "inc" and access inc/widgets/about_widget.php file.

    After that, on line 90, replace this code:

    <h2 class="about-me-heading"><?php echo do_shortcode( $heading ); ?></h2>

    to:

    <h3 class="about-me-heading"><?php echo do_shortcode( $heading ); ?></h3>
    

    Best Regards,

    PenciDesign