Tagged: category, featured image, tag
Hi! I can manage the dimensions of the Featured images displayed in the main blog page. I’ve choosen “No scaling, Original” layout. I would like the same image layout for the the Tag page and the Category page. Is this possible?
Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
Josue
Check
Hi,
Open /enfold/config-templatebuilder/avia-shortcodes/postslider.php and look for line:
$thumbnail = get_the_post_thumbnail( $the_id, $image_size );
Replace it by this:
$thumbnail = get_the_post_thumbnail( $the_id, 'full');
Regards,
Josue
Josue!!!! This works GREAT! Awesome!