add_image_size( ); ???????????
-
Working on a new site for my ski crew… https://dubsatch.com/
I’m using the Minimatica theme.
One the https://dubsatch.com/category/fromthefield/ page I am trying to make the image thumbnail span the whole width of the content area rather than just the left side. This is where I’m stuck. Rather than making things easy this theme likes to use the get_option() a lot. My main blog layout is with the catagory.php but it calls on<?php get_template_part( 'loop', 'category' ); ?>
for the loop. In the loop it asks for the post files…
[Mangled code removed. Please post code snippets between backticks or use the code button.]
I can’t figure out where to change the size of the damn thumbnail! I looked in the functions and found…
add_image_size( ‘homepage-thumb’, 688, 230, 1 );
I tried posting it everywhere and it never changed the size of the image. I also couldn’t find anything in the CSS.
PLEASE help!!!!
This is going to bug me soo bad!Thanks
-Leo
- The topic ‘add_image_size( ); ???????????’ is closed to new replies.