I’m using Minimatica theme.
I would like to remove the sidebar from all my posts. Will removing:
<?php get_sidebar(); ?>
from loop-page.php work?
Another thing is thumbnail size in a gallery. I changed the thumbnail size in functions.php in the line:
add_image_size( ‘gallery-thumb’, 200, 200, 1 );
but then the thumbnails overlay each other (a part of a thumbnail is covered by a thumbnail on the right).
I too am interested as well in bigger thumbnails. I don’t want to use an image post – I like the square formatting and the outline and shadow of the normal thumbnail feature, I’d just like them a smidge bigger. Any way to do that? I tried the above line in functions.php and it was a nightmare. Not only did my images overlap (I’m sure there’s a padding or margin css listed somewhere to fix that) but they also started duping so that there’d be twice as many things on the page – one set of 200×200 thumbnails as well as the larger thumbnails, all overlapping each other.
Any pointers on how to accomplish the larger thumbnails?