• ????
    ???? ???? ???? ?? ??? ?????
    datetime
    ???? ????? ?? ?????? ??? ???? ?? ??? ??????? ????? ?? ?? ?? ?? ??? ????????? ???? ? ????? ??? ????? ?? ??? ?????? ?? ????? ????????? ?? ?? ????? ?????.
    ??? ???? ?????? ? ????

    ???? ???:

    
    $time_string = '<time class="entry-date published updated" title="'. __('Posted on', 'parsmizban') .'" data-toggle="tooltip" data-placement="bottom" datetime="%1$s">%2$s</time>';
    if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) {
    	$time_string = '<time class="entry-date published" title="'. __('Posted on', 'parsmizban') .'" data-toggle="tooltip" data-placement="bottom" datetime="%1$s">%2$s</time> <i class="fa fa-pencil fa-lg" aria-hidden="true"  title="' . __('Updated on', 'parsmizban') .'" data-toggle="tooltip" data-placement="bottom"></i> <time class="updated" title="' . __('Updated on', 'parsmizban') .'" data-toggle="tooltip" data-placement="bottom" datetime="%3$s">%4$s</time>';
    }
    
    $time_string = sprintf( $time_string,
    	get_the_date( DATE_W3C ),
    	get_the_date(),
    	get_the_modified_date( DATE_W3C ),
    	get_the_modified_date()
    );

    ??? ??? ???????? ??? ???? ?

    • This topic was modified 7 years, 3 months ago by ParsMizban.
    • This topic was modified 7 years, 3 months ago by ParsMizban.
  • The topic ‘???? ????? ???? ?? datetime’ is closed to new replies.