'' ) : ?>
', esc_url( get_permalink() ), esc_attr( get_the_time() ), esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ) ); $posted_on = sprintf( esc_html_x( 'Posted on %s', 'post date', 'anderson-lite' ), $time_string ); echo '' . $posted_on . ''; } endif; // Display Post Author if ( ! function_exists( 'anderson_meta_author' ) ): function anderson_meta_author() { $author_string = sprintf( '', esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), esc_attr( sprintf( esc_html__( 'View all posts by %s', 'anderson-lite' ), get_the_author() ) ), esc_html( get_the_author() ) ); $byline = sprintf( esc_html_x( 'by %s', 'post author', 'anderson-lite' ), $author_string ); echo ' ' . $byline . ''; } endif; // Display Tags if ( ! function_exists( 'anderson_display_tags' ) ): function anderson_display_tags() { // Get Theme Options from Database $theme_options = anderson_theme_options(); // Display Date unless user has deactivated it via settings if ( isset($theme_options['meta_tags']) and $theme_options['meta_tags'] == true ) : echo get_the_tag_list('', ' '); endif; } endif; // Display Post Thumbnail on Archive Pages function anderson_display_thumbnail_and_categories_index() { // Get Theme Options from Database $theme_options = anderson_theme_options(); // Display Post Thumbnail if it exists and feature is activated if ( has_post_thumbnail() and (isset($theme_options['post_thumbnails_index']) and $theme_options['post_thumbnails_index'] == true ) ) : ?>
'alignleft')); ?>
str_replace( $big, '%#%', esc_url( get_pagenum_link( $big ) ) ), 'format' => '?paged=%#%', 'current' => max( 1, get_query_var( 'paged' ) ), 'total' => $wp_query->max_num_pages, 'next_text' => '»', 'prev_text' => '«', 'add_args' => false ) ); // Display the pagination if more than one page is found if ( $paginate_links ) : ?>
WordPress', 'Anderson' ); ?> 'social', 'container' => false, 'menu_class' => 'social-icons-menu', 'echo' => true, 'fallback_cb' => '', 'before' => '', 'after' => '', 'link_before' => '', 'link_after' => '', 'depth' => 1 ) ); else: // Display Hint how to configure Social Icons ?>

comment_type == 'pingback' or $comment->comment_type == 'trackback' ) : ?>
  • id="comment-">

    ', '' ); ?>

  • id="comment-">
    %s', get_comment_author_link() ); ?>
    comment_approved == '0') : ?>

    $depth, 'max_depth' => $args['max_depth']))) ?>