Enabling thumbnails from posts
-
Hello,
I’ve been trying various plugins that enable thumbnails for excerpts and other uses of the thumbnail-from-posts / featured image functionality.
However, I can’t seem to get the thumbnails to show up anywhere.
I’m currently trying out the Filterable Portfolio and followed all the instructions: https://www.wearepixel8.com/blog/filterable-portfolio/
I put this in my functions.php:
add_theme_support( ‘post-thumbnails’ );
set_post_thumbnail_size( 150, 150, true );
and it lets me upload thumbnails via the individual post pages. I can see the newly-uploaded thumbnail.But I created my own theme, so I’m wondering if I have to enable something somewhere else or if I’m missing something when it comes to activating the “Featured Image”.
Any help or guidance would be really appreciated!
Thanks.
- The topic ‘Enabling thumbnails from posts’ is closed to new replies.