« See all FAQs for PixelPower - Responsive HTML5/CSS3 WordPress Theme
How to I change the featured image functionality of the different post formats?
At the top of each of the content-xxxxxxx.php files you will see $ft_image_atts which is an array of settings you pass to the function.
$ft_image_atts = array(
'fallback_to_first_attached' => true,
'thumbnail_size' => 'twelve',
'full_size' => 'full',
'linkto' => 'file',
'hide_on_single' => false
);
echo cudazi_featured_image( $ft_image_atts );





