How can I do this? I want only check files after specific ID or after date.
Please help me out.
I think maybe it can be a problem is because i make a multi network site ?
@dassoubarna did you have fix this? I need the same.
Founded!
<?php if(is_tax(‘yith_shop_vendor’)){ ?
// Vendor archive
$term = get_term_by( ‘slug’, get_query_var( ‘term’ ), get_query_var( ‘taxonomy’ ) );
<h1><?php echo $term->name;?></h1>
<?php }?>