Featured image in post with caption
-
So, I want to add caption to featured image in my posts. It’s not a thumbnail, I’m using roots theme.
I’ve modified init.php like this…
add_theme_support('post-thumbnails'); set_post_thumbnail_size(150, 150, true); add_image_size('category-thumb', 750, 300, true);…and for displaying it I’m using this one:
<?php the_post_thumbnail('category-thumb', array('class' => 'aligncenter'))?>I’ve followed those topics around the web, but I can only show thumbnail and not my
'category-thumb'.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Featured image in post with caption’ is closed to new replies.