cjscrofani
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Yes, it’s working now. Thanks for your help!
James,
I’m using PHP 5. Thanks for your willingness to help!
Forum: Fixing WordPress
In reply to: Exclude CategoryResolved the problem in the functions.php file. Thank you everyone!
Forum: Fixing WordPress
In reply to: Exclude CategoryI wasn’t the original person to set up the site so I’m not sure. Would the AVH Extended Category plugin have anything to do with that?
Forum: Fixing WordPress
In reply to: Exclude CategoryHere’s the full page template code:
<?php /* Template Name: archive */ ?> <?php get_header(); ?> <div id="content"> <ul><?php cat_and_posts(); ?></ul> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post"> <div class="entry"> <?php the_content('Read the rest of this entry »'); ?> </div> </div> <?php endwhile; ?> <?php else : ?> <h2>Not Found</h2> <p>Sorry, but you are looking for something that isn't here.</p> <?php endif; ?> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>Forum: Fixing WordPress
In reply to: Exclude CategoryThat placed a bunch of posts at the button of the page and the category I wanted removed was still there.
Viewing 6 replies - 1 through 6 (of 6 total)