Posts Repeating twice in categories
-
Hi there.
This is my first post for help related to WordPress. I’d most most appreciative for any assistance.
I am having difficulty with category templates and repeating posts.
I am modifying nautica-magazine theme.
I have templates, each identical (bar the internal reference in each to call posts by category IDs)
Ie – Category-3.php includes
<?php $posts = get_posts( “category=3&numberposts=3” ); ?>
Everything is working well – except when I view categories that have more than 1 post – wordpress is displaying all posts twice.
In such categories it displays posts as
post 1
post 2
post 3
post 1
post 2
post 3not
post 1
post 1
post 2
post 2
post 3
post 3Copied below is an example (taken from category-3.php) of the custome catergory template am using.
Any advice would be great!
Cheers
[moderated: code pasted at https://wordpress.pastebin.ca/547632 ]
- The topic ‘Posts Repeating twice in categories’ is closed to new replies.