Featured image link
-
this is my content-home.php
i just want to click on featured image, on home page, and get to the post.
please help!!!!<?php
?>
<article id=”post-<?php the_ID(); ?>” <?php post_class(“archive artmain col-md-4 col-sm-8 col-xs-12”); ?>>
<div class=”main-article curb-effect”>
<div class=”feat-thumb-holder”><?php if (has_post_thumbnail()) :
the_post_thumbnail(‘grid-thumb’);
else: ?>
<img width=330 height=270 src=”<?php echo get_template_directory_uri().”/images/cthumb.png” ?>”>
<?php endif;
?>
</div>
</div>
<h2 class=”main-entry-title”>” rel=”bookmark”><?php the_title(); ?></h2>
</article><!– #post-## –>
- The topic ‘Featured image link’ is closed to new replies.