max_num_pages; //} // Don't print empty markup if there's only one page. if ( $max_page < 2 ) { return; } if(!$paged) { $paged = 1; } ?> post_parent ) : get_adjacent_post( false, '', true ); $next = get_adjacent_post( false, '', false ); if ( ! $next && ! $previous ) { return; } ?> comment_type || 'trackback' == $comment->comment_type ) : ?>
  • >
    ', '' ); ?>
  • >
    %s', get_comment_author_link() ) ); ?>
    comment_approved ) : ?>

    ' . __( 'sticky', 'leniyradius' ) . ''; if ( 'post' == get_post_type() ) { $time_string = ''; $time_string .= ''; if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) { $time_string .= ''; } $time_string .= ''; $time_string = sprintf( $time_string, esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date( 'Y-m-d' ) ), esc_attr( get_the_modified_date( 'c' ) ), esc_html( get_the_modified_date( 'Y-m-d' ) ) ); echo $time_string; } if ( 'post' == get_post_type() ) { printf( '%1$s', get_the_author() ); } $categories_list = get_the_category_list( __( ', ', 'leniyradius' ) ); if ( $categories_list ) { echo '' . $categories_list . ''; } $tag_list = get_the_tag_list( '', __( ', ', 'leniyradius' ) ); if ( $tag_list ) { echo '' . $tag_list . ''; } if ( comments_open() ) { echo ''; comments_popup_link( '0' . __( 'comment', 'leniyradius' ), '1' . __( 'comment', 'leniyradius' ),'%' . __( 'comments', 'leniyradius' ) ); echo ''; } $post_views_value = get_post_meta(get_the_ID(),"views",true); if( ! empty( $post_views_value ) ) { echo ''; echo $post_views_value . __( 'views', 'leniyradius' ); echo ''; } edit_post_link( __( 'Edit', 'leniyradius' ), '', '' ); } endif; if ( ! function_exists('leniyradius_breadcrumbs') ) : function leniyradius_breadcrumbs() { $delimiter = '»'; $before = ''; $after = ''; if ( !is_home() && !is_front_page() || is_paged() ) { echo ''; } } endif;