Home Forums FAQ [How To] Remove Date / Tags from Portfolio (Unicon)

Home Forums FAQ [How To] Remove Date / Tags from Portfolio (Unicon)

  • Creator
    Ticket
  • #81142
    Phil (Support)
    Support Staff
    1. Open /framework/inc/portfolio/ (in your theme’s folder)
    2. Now open the portfolio template file you are using
    3. Delete those 2 lines
    <li class="clearfix"><strong><?php _e('Date', 'minti'); ?></strong> <span><?php the_date() ?></span></li>
    <li class="clearfix"><strong><?php _e('Tags', 'minti'); ?></strong> <span><?php $taxonomy = strip_tags( get_the_term_list($post->ID, 'portfolio_filter', '', ', ', '') ); echo esc_html($taxonomy); ?></span></li>

The forum ‘FAQ’ is closed.