Not showing all of category
-
Hi
At:
https://lynsscrapbooking.co.nz/studio/events/
It shows only 3 items when there are more that were posted under that categor. Here is the category page setup:
<?php
get_header();
?><?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div id=”post-<?php the_ID(); ?>”>
<div class=”pagetitle”>
” rel=”bookmark”><?php the_title(); ?>
</div><div class=”pagecontent”>
<?php the_content(__(‘(more…)’)); ?>
</div>
<div class=”feedback”>
<?php wp_link_pages(); ?>
<?php edit_post_link(__(‘Edit This’)); ?>
</div>
</div><?php endwhile; else: ?>
<?php _e(‘Sorry, no posts matched your criteria.’); ?><?php endif; ?>
<?php get_footer(); ?>
Here is a post that is supposed to be on the events page:
https://lynsscrapbooking.co.nz/international-scrapbooking-day-6-may-12-hour-event
Cheers.
- The topic ‘Not showing all of category’ is closed to new replies.