<div class="page-content"> <p><?php _e('It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'illustratr'); ?> </p> <?php get_search_form(); ?> <?php the_widget('WP_Widget_Recent_Posts'); ?> <?php if (illustratr_categorized_blog()) { // Only show the widget if site has multiple categories. ?> <div class="widget widget_categories"> <h2 class="widgettitle"><?php _e('Most Used Categories', 'illustratr'); ?> </h2> <ul> <?php wp_list_categories(array('orderby' => 'count', 'order' => 'DESC', 'show_count' => 1, 'title_li' => '', 'number' => 10)); ?> </ul> </div><!-- .widget --> <?php }
<?php wp_link_pages(array('before' => '<div class="page-links clear">', 'after' => '</div>', 'pagelink' => '<span class="page-link">%</span>')); ?> </div><!-- .entry-content --> <?php } ?> <header class="entry-header"> <?php if ('post' == get_post_type()) { ?> <?php /* translators: used between list items, there is a space after the comma */ $categories_list = get_the_category_list(__(', ', 'illustratr')); if ($categories_list && illustratr_categorized_blog()) { ?> <span class="cat-links"><?php echo $categories_list; ?> </span> <?php } ?> <?php } ?> </header><!-- .entry-header --> <footer class="entry-meta"> <?php
} ?> <header class="entry-header"> <?php if (is_single()) { the_title('<h1 class="entry-title">', '</h1>'); } else { the_title('<h1 class="entry-title"><a href="' . esc_url(get_permalink()) . '" rel="bookmark">', '</a></h1>'); } ?> <?php /* translators: used between list items, there is a space after the comma */ $categories_list = get_the_category_list(__(', ', 'illustratr')); if ('post' == get_post_type() && $categories_list && illustratr_categorized_blog()) { ?> <span class="cat-links"><?php echo $categories_list; ?> </span> <?php } ?> </header><!-- .entry-header --> <?php if (is_search()) { // Only display Excerpts for Search ?> <div class="entry-summary">