blogmarks_get_option( 'archive_date_format', 'format_2' ), 'author_image' => blogmarks_get_option( 'enable_archive_author_image' ), 'show_icons' => blogmarks_get_option( 'show_archive_post_meta_icon', true ), ); $archive_image_size = blogmarks_get_option( 'archive_image_size','medium'); $title_font = blogmarks_get_option('archive_title_font_size'); $show_archive_excerpt = blogmarks_get_option( 'show_archive_excerpt', true ); $show_read_more = blogmarks_get_option( 'show_archive_read_more', true ); if ( $show_read_more ) { $read_more_text = blogmarks_get_option( 'excerpt_read_more_text' ); if ( ! $read_more_text ) { $read_more_text = __( 'Read More', 'blogmarks' ); } $read_more_icon = blogmarks_get_option( 'excerpt_read_more_icon' ); $read_more_style = blogmarks_get_option( 'archive_read_more_style', 'style_3' ); } // Build category. if ( in_array( 'category', $enabled_post_meta ) ) { $cats_enabled = true; $cat_style = blogmarks_get_option( 'archive_category_style', 'style_3' ); $cat_color = blogmarks_get_option( 'archive_category_color_display', 'none' ); $cat_limit = blogmarks_get_option( 'archive_category_limit', 3 ); $cat_label = blogmarks_get_option( 'enable_archive_cat_label' ); } // Build tags. if ( in_array( 'tags', $enabled_post_meta ) ) { $tags_enabled = true; $tag_style = blogmarks_get_option( 'archive_tag_style', 'style_4' ); $tag_limit = blogmarks_get_option( 'archive_tag_limit', 3 ); $tag_label = blogmarks_get_option( 'enable_archive_tag_label', true ); } $show_post_format_icon = blogmarks_get_option( 'show_archive_post_format_icon' ); $archive_title_limit = blogmarks_get_option( 'archive_posts_title_limit' ); // Use custom query if available. global $wp_query; $custom_archive_query = isset( $archive_query ) ? $archive_query : $wp_query; while ( $custom_archive_query->have_posts() ) : $custom_archive_query->the_post(); ?>
>
the_title_attribute( array( 'echo' => false, ) ), ) ); ?>