Tagged Questions
1
vote
4answers
441 views
How only display all post related to category
I'm trying to make a custom template for my category pages that only pulls in post under a specific category. At the moment, I am only able to pull in all post and not category specific...
My code so ...
1
vote
0answers
109 views
Show Custom Taxonomy Categories, Listing of Posts, and Single Post via AJAX
I need to be able to do the following:
List all terms in a custom taxonomy (categories for custom post type)
When a user clicks on a category, a listing of all posts in that category appears
When a ...
0
votes
1answer
288 views
Latest posts by category — how to exclude current post?
This is the code I use to display the 4 most recent posts under the category the current post belongs to (right below the current post):
<?php if (is_single()) : ?>
<?php
$count ...
0
votes
1answer
56 views
Structure with category setting
OK, it's more a philosophic question that a programming question, but at the end it will have a huge impact on code...
I have 5 main product, a,b,c,d,e
those 5 products have options
those products ...