HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/martyknows.com/wp-content/themes/blaskan/template-parts/content-related.php
<?php
/**
 * Template part for displaying posts
 *
 * @link    https://codex.wordpress.org/Template_Hierarchy
 *
 * @package blaskan
 */

?>

<article id="post-<?php the_ID(); ?>" class="col-md-4 col-sm-12">
	<?php if ( has_post_thumbnail() ) {
		echo '<div class="entry-thumbnail">';
		echo '<a href="' . esc_url( get_permalink() ) . '" rel="bookmark">';
		the_post_thumbnail( 'related-blog-post' );
		echo '</a>';
		echo '</div>';
	} ?>

    <p><?php the_title( '<a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a>' ); ?></p>
</article><!-- #post-## -->