%2$s

', esc_url( get_permalink( get_the_ID() ) ), /* translators: %s: ame of the current post */ sprintf( __( 'Continue reading "%s"', 'graceful' ), get_the_title( get_the_ID() ) ) ); return 3000; } add_filter( 'excerpt_length', 'graceful_excerpt_length', 999 ); function graceful_new_excerpt( $link ) { if ( is_admin() ) { return $link; } $link = sprintf( '

%2$s

', esc_url( get_permalink( get_the_ID() ) ), /* translators: %s: Name of the current post */ sprintf( __( 'Continue reading "%s"', 'graceful' ), esc_html( get_the_title( get_the_ID() ) ) ) ); return '...'; } add_filter( 'excerpt_more', 'graceful_new_excerpt' ); if ( ! function_exists( 'graceful_excerpt' ) ) : function graceful_excerpt( $limit = 50 ) { echo '

'. esc_html( wp_trim_words( get_the_excerpt(), $limit) ) .'

'; } endif; /* ** Related Posts Section */ if ( ! function_exists( 'graceful_related_posts' ) ) : function graceful_related_posts( $title, $orderby ) { global $post; $current_categories = get_the_category(); if ( $current_categories ) { $first_category = $current_categories[0]->term_id; $args = array( 'post_type' => 'post', 'post__not_in' => array( $post->ID ), 'orderby' => $orderby === 'random' ? 'rand' : 'date', 'posts_per_page' => 3, 'ignore_sticky_posts' => 1, 'category__in' => array( $first_category ), 'meta_query' => array( array( 'key' => '_thumbnail_id', 'compare' => 'EXISTS', ), ), ); $similar_posts = new WP_Query( $args ); if ( $similar_posts->have_posts() ) { ?>

have_posts() ) { $similar_posts->the_post(); if ( has_post_thumbnail() ) { ?>

  • >

  • >

    $depth, 'max_depth' => $args['max_depth'], ) ) ); ?>
    comment_approved == '0' ) : ?>

    graceful_options( 'social_m_url_1' ), 'icon' => graceful_options( 'social_m_icon_1' ), ), array( 'url' => graceful_options( 'social_m_url_2' ), 'icon' => graceful_options( 'social_m_icon_2' ), ), array( 'url' => graceful_options( 'social_m_url_3' ), 'icon' => graceful_options( 'social_m_icon_3' ), ), array( 'url' => graceful_options( 'social_m_url_4' ), 'icon' => graceful_options( 'social_m_icon_4' ), ), ); ?>