• Resolved thepaisleyfish

    (@thepaisleyfish)


    Hi, I’m new to wordpress and php is quite confusing for me, so be gentle.

    I am using the theme San Kloud and originally it did not support featured image, but I added

    add_theme_support( 'post-thumbnails' );
    set_post_thumbnail_size( 80, 55, true ); // W x H, hard crop

    in the functions.php file.
    This made featured images available, yay, but I want a thumbnail of my featured image to be shown with the post summery for my category archive pages.
    I have googled my face off trying to figure this out, but I need help.

    Any suggestions?!

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured Image is active, but thumbnails do not show up in Category archives’ is closed to new replies.