- This topic has 0 replies, 1 voice, and was last updated 8 years, 11 months ago by .
-
Ticket
-
- Open /framework/inc/portfolio/ (in your theme’s folder)
- Now open the portfolio template file you are using
- 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.