Disabled featured image

March 2014 WordPress Theme
GK User
Wed Dec 17, 2014 9:23 am
in continuing the conversation:
https://www.gavick.com/forums/universit ... ge#p197990

Is' it possible to Disabled featured image only in a post page (not on a category page), only in a post where I chose "Disabled featured image"???
User avatar
Senior Boarder

GK User
Wed Dec 17, 2014 11:05 am
Yes, it's possible.

You have to edit your News2/layouts/content.post.featured.php file and remove the condition from line 59:
Code: Select all
<?php if($params_image == 'Y') : ?>


and line 84:
Code: Select all
<?php endif; ?>
User avatar
Moderator


cron