Reply To: Portfolio "Categories" line removal


imaginem
Support

Hi,

Lines 91 to 100 of file single-mtheme_portfolio.php is the only code which displays client, project info, and work type categories.

Could you ensure the lines removed are following

<ul class="portfolio-metainfo">
	<?php if ( isset($portfolio_client) ) { ?>
	<li class="ajax-client"><?php echo $portfolio_client; ?></li>
	<?php } ?>
	<?php if ( isset($portfolio_projectlink) ) { ?>
	<li class="ajax-link"><a target="_blank" href="<?php echo $portfolio_projectlink; ?>">Project Link</a></li>
	<?php } ?>
	<li class="ajax-type">
		<?php echo get_the_term_list( $post->ID, 'types', '', ' , ', '' ); ?>
	</li>
</ul>

If it still remains i’ll need to check the live page to see what code is being displayed.

Thanks