I’m trying to get the title date and author to show???
<?php /*
Template Name: Lucy’s Blog
*/ ?>
<?php
remove_action(‘genesis_loop’, ‘genesis_do_loop’);
add_action(‘genesis_loop’, ‘custom_loop’);
function custom_loop() {
global $paged;
$args = array(‘cat’ => ‘995’);
genesis_custom_loop( $args );
}
?>
<?php genesis(); ?>
hey. im having this same issue. where did you add is_archive()?
Also experiencing the same issue.