get_theme_mod( 'related_posts', '4' ), 'category' => $categories, 'exclude' => get_the_id() ) ); if ( count( $related_posts ) > 0 ) { ?>

ID; ?>
> post_content ); $video = false; // Only get video from the content if a playlist isn't present. if ( false === strpos( $video_content, 'wp-playlist-script' ) ) { $video = get_media_embedded_in_content( $video_content, array( 'video', 'object', 'embed', 'iframe' ) ); } if ( ! empty( $video ) ) { $first_video = true; foreach ( $video as $video_html ) { if ( $first_video ) { echo '
'; echo $video_html; echo '
'; $first_video = false; } } } else { cordero_related_post_thumbnail($related_id); } } else { cordero_related_post_thumbnail($related_id); } ?>

>

' . wp_kses_post( get_the_title($related_id) ) . ''; } ?>
>