Title: Similar posts
Last modified: May 6, 2022

---

# Similar posts

 *  Resolved [lauratraveler](https://wordpress.org/support/users/lauratraveler/)
 * (@lauratraveler)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/similar-posts-10/)
 * Hi,
 * I’d like to change the similar post heading and title to something other than
   h2 and h3 as they are set by default since I believe that from an SEO perspective,
   they are receiving too much importance.
    In the Kadence knowledge base I found
   the filter to change the tag for the similar posts heading:
 *     ```
       /**
        * Change the similar posts title output.
        *
        * @param string $html the output html.
        */
       function custom_similar_posts_title( $html ) {
           $html = '<h4 class="entry-related-title">' . esc_html__( 'Similar Posts', 'custom-text-domain' ) . '</h4>';
           return $html;
       }
       add_filter( 'kadence_single_post_similar_posts_title', 'custom_similar_posts_title' );
       ```
   
 * But if the heading becomes h4, the titles of the similar posts stay an h3 and
   so the hierarchy is broken. Do you also have a filter for changing the title 
   of the similar posts (not only the heading)?
 * Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [karlalevelup](https://wordpress.org/support/users/karlalevelup/)
 * (@karlalevelup)
 * [4 years ago](https://wordpress.org/support/topic/similar-posts-10/#post-15641532)
 * Hi, [@lauratraveler](https://wordpress.org/support/users/lauratraveler/).
 * Thanks for reaching out.
 * There is no filter available to change the HTML tags for the similar post carousel.
   If you are keen on changing the default HTML tag, you should use a [child theme](https://www.kadencewp.com/kadence-theme/knowledge-base/advanced/what-is-a-child-theme-should-i-install-one-if-so-how/).
 * Then, override the `template-parts/content/entry_loop_title.php` file. On this
   part of the code – [https://share.getcloudapp.com/yAuKwkxD](https://share.getcloudapp.com/yAuKwkxD).
 * I hope this helps and let us know if we can assist you further.
 * Regards,
    Karla
 *  Thread Starter [lauratraveler](https://wordpress.org/support/users/lauratraveler/)
 * (@lauratraveler)
 * [4 years ago](https://wordpress.org/support/topic/similar-posts-10/#post-15641912)
 * [@karlalevelup](https://wordpress.org/support/users/karlalevelup/) This is awesome!
   Thank you so much for your help. I really appreciate it.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Similar posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/kadence/1.5.0/screenshot.png)
 * Kadence
 * [Support Threads](https://wordpress.org/support/theme/kadence/)
 * [Active Topics](https://wordpress.org/support/theme/kadence/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/kadence/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/kadence/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [lauratraveler](https://wordpress.org/support/users/lauratraveler/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/similar-posts-10/#post-15641912)
 * Status: resolved