Forums
(@cynthiakingpei)
13 years, 3 months ago
Thank you for this solution:
Change line 31 From this: <?php wplook_meta_description();?> to this: <?php if( get_post_type() !== AI1EC_POST_TYPE ) : ?> <?php wplook_meta_description();?> <?php endif ?>
Worked perfectly.