ID )[0]->term_id; $args = array( 'cat' => $cat_content_id, 'posts_per_page' => 3, 'post__not_in' => array( $post->ID ), 'orderby' => 'date', ); $query = new WP_Query( $args ); if ( $query->have_posts() ) : $related_title = get_theme_mod( 'glowing_blog_related_posts_title', __( 'Related Posts', 'glowing-blog' ) ); ?>

have_posts() ) : $query->the_post(); ?>
>
', '' ); ?>

' . esc_attr( get_bloginfo( 'name', 'display' ) ) . '' ); $copyright_default = sprintf( esc_html_x( 'Copyright © %1$s %2$s', '1: Year, 2: Site Title with home URL', 'glowing-blog' ), '[the-year]', '[site-link]' ); $copyright_text = get_theme_mod( 'glowing_blog_copyright_text', $copyright_default ); $copyright_text = str_replace( $glowing_blog_search, $replace, $copyright_text ); $footer_social_class = has_nav_menu( 'social' ) ? '' : 'no-footer-social-menu'; ?>
get( 'Name' ), '' . wp_get_theme()->get( 'Author' ) . '' ); ?>
'menu social-links', 'link_before' => '', 'link_after' => '', 'theme_location' => 'social', ) ); } ?>