Replies: 0
How can I hide this using CSS:
<li class=”date-posted” itemprop=”datePosted”><date><?php printf( __( ‘Posted %s ago’, ‘jobify’ ), human_time_diff( get_post_time( ‘U’ ), current_time( ‘timestamp’ ) ) ); ?></date>
Replies: 0
How can I hide this using CSS:
<li class=”date-posted” itemprop=”datePosted”><date><?php printf( __( ‘Posted %s ago’, ‘jobify’ ), human_time_diff( get_post_time( ‘U’ ), current_time( ‘timestamp’ ) ) ); ?></date>