Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function et_divi_post_meta() {
- $postinfo = is_single() ? et_get_option( 'divi_postinfo2' ) : et_get_option( 'divi_postinfo1' );
- if ( $postinfo ) :
- echo '<p class="post-meta">';
- 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' ) );
- echo '</p>';
- endif;
- }
Advertisement
Add Comment
Please, Sign In to add comment