EduardET

Untitled

Feb 9th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.40 KB | None | 0 0
  1. function et_divi_post_meta() {
  2.     $postinfo = is_single() ? et_get_option( 'divi_postinfo2' ) : et_get_option( 'divi_postinfo1' );
  3.  
  4.     if ( $postinfo ) :
  5.         echo '<p class="post-meta">';
  6.         echo et_pb_postinfo_meta( $postinfo, et_get_option( 'divi_date_format', 'M j, Y' ), esc_html__( '0 comments', 'Divi' ), esc_html__( '1 comment', 'Divi' ), '% ' . esc_html__( 'comments', 'Divi' ) );
  7.         echo '</p>';
  8.     endif;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment