0
votes
1answer
43 views

Why is word pagination braking on page 2?

I have a categories loop that has pagination. The first page is always right. Once I get past the first page it's mixing categories together. Also, the number of pages is always wrong. <?php ...
1
vote
0answers
114 views

Display Subcategories and post from a Parent Category

So I have this issue regarding the loop within wordpress. I have the following structure in my site: Parent Category 1 Child category 1 Child category 2 Parent Category 2 Child category 1 Child ...
0
votes
0answers
129 views

ajax for filtering posts by category in wordpress loops

I've been looking around for a way to filter my posts on http://www.waziproject.com/wazimagazine/ without reloading the page. So my question is if anyone can help me out to turn the following into a ...
2
votes
1answer
224 views

Show only term text and link of custom post type category that is being viewed

I am trying to show the category name in a wordpress loop for the category page of a custom taxonomy and I have done many searches for an answer and I have not been able to find it or I am doing ...
0
votes
2answers
176 views

Getting total amount of rows that contain parent/child categories. Confused why in_array isn't working

I have two tables I'm working with: categories and businesses. The categories table looks like this: id name parent 1 Automotive NULL 2 Tires 1 3 Oil ...
0
votes
1answer
404 views

WORDPRESS: List of all categories with limited number of posts (on main page)

Can someone resolve second problem: I wanna list all categories on main page of my website, and each category will show only 4 last posts with title and favorite image. How to do this, help me, ...
-3
votes
2answers
336 views

How to exclude category from specific page of wordpress [closed]

i want to exclude some categories from this wp template page, but having problem .. please help me to finish this. codes are following.. <?php /* Template Name: Menu card */ ?> <?php global ...
0
votes
1answer
281 views

Wordpress: Show post if it is in two specific categories

I am trying to get the index-page of a Wordpress-blog show some very specific posts. As far as I understand i need to use a standard loop in order to make sticky posts work, so custom queries is out ...
1
vote
0answers
159 views

Wordpress - The loop - With categories instead of posts

There are the loop and WP Query object. They are helpful to loop out posts and pages. Category loop I have 1500 categories and in the future there might be 15000 posts. Each category is important ...
0
votes
0answers
236 views

wordpress multiple categories

I want to display posts on homapage in following situations:1)when "front_cat" is selecteded,2) "front_cat" + one of other cats is selected(multiple cats selected in write panel) in any other cases ...