Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #924731
Portfolio Sets and Likes
Closed

Comments

  •  2
    niemand1981 started the conversation

    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

  •  7,280
    Oliver replied

    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

    <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, Oliver