Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Change “SIMILAR POSTS” title with ASCEND theme

Home / Forums / Ascend Theme / Change “SIMILAR POSTS” title with ASCEND theme

This topic is: Not Resolved
[Not Resolved]
Posted in: Ascend Theme
March 21, 2023 at 3:11 am

Hi,

I found this code snipets to change “SIMILAR POSTS” title but it doesn’t work for Ascend theme :
function custom_similar_posts_title( $html ) {
$html = ‘<h4 class=”entry-related-title”>’ . esc_html__( ‘MY NEW TITLE’, ‘custom-text-domain’ ) . ‘</h4>’;
return $html;
}
add_filter( ‘kadence_single_post_similar_posts_title’, ‘custom_similar_posts_title’ );

I only found a manual way : To change for each new post the parameter field ‘Carousel Title’.

Is there a way to automate ?

Thank you for your help

Sebastien

  • The forum ‘Ascend Theme’ is closed to new topics and replies.