Comments 2niemand1981 started the conversationOctober 17, 2016 at 9:28pmI want to disable the Portfolio Sets and Likes on a portfolio single page (in red and yellow the screenshot attached).Any help would be much appreciated.Thanks,Sofia 7,092Oliver repliedOctober 18, 2016 at 12:20pmHi, Please follow the instructions 1. Сreate child theme 2. Go to wp-content/themes/thegem/ 3. Copy file content-page.php to wp-content/themes/thegem-child/ 4. Find this block (rows 117-123) and delete it <div class="post-meta-left"> <span class="post-meta-date"><?php the_date(); ?></span> <?php if($thegem_categories): ?> <span class="sep"></span> <span class="post-meta-categories"><?php echo implode(' <span class="sep"></span> ', $thegem_categories_list); ?></span> <?php endif ?> <?php if( function_exists('zilla_likes') ) { echo '<span class="sep"></span> <span class="post-meta-likes">';zilla_likes();echo '</span>'; } ?></div>Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver1 Like Sign in to reply ...
I want to disable the Portfolio Sets and Likes on a portfolio single page (in red and yellow the screenshot attached).
Any help would be much appreciated.
Thanks,
Sofia
Hi,
Please follow the instructions
1. Сreate child theme
2. Go to wp-content/themes/thegem/
3. Copy file content-page.php to wp-content/themes/thegem-child/
4. Find this block (rows 117-123) and delete it
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver