?> </h1> <div class="intro center"><?php _e('You are currently viewing all posts published under <strong>' . get_category(get_query_var('cat'))->name . '</strong>.', 'ikaros'); ?> </div> <div class="post-container"> <?php get_template_part('loop', 'category'); ?> <div id="navigation"> <?php rb_pagination('', 3); ?> </div> </div> <div class="sidebar"> <?php if (is_active_sidebar('rb_blog_widget')) { dynamic_sidebar('rb_blog_widget'); } ?> </div> <?php get_footer();
<div class="caption"> <h3><?php $question = get_post_meta($post->ID, 'wdi_research_question', true); echo $question; ?> </h3> <!--<span><?php /*php rb_get_categories($post->ID, 'portfolio_category');*/ ?> </span> --> </div> </a> </li> <?php } ?> </ul> <?php if ($v_filter == 'false') { rb_pagination($all_posts->max_num_pages, 1, __('projects', 'goodwork')); } ?> </div> <?php #var_dump($allcats); ?> <?php get_footer();
<div class="date"><?php the_time('j M Y'); ?> </div> <div class="comment"><?php comments_number('0'); ?> </div> </div> </div> <?php } ?> <?php } ?> </div> </div> <div id="navigation"> <?php rb_pagination($all_posts->max_num_pages, 3); ?> </div> <?php get_footer();
------------------------------------*/ get_header(); ?> <h1 class="title"><?php _e('Categories Archives', 'goodwork'); ?> </h1> <hr style="margin:-30px 0 40px" /> <div class="postsContainer classic"> <h4 class="result more"> <?php _e('You are currently viewing all posts published under <em>' . get_category(get_query_var('cat'))->name . '</em>.', 'goodwork'); ?> </h4> <?php get_template_part('loop', 'category'); $modern = false; ?> <?php rb_pagination('', 1); ?> </div> <?php get_footer();