Tagged Questions
1
vote
1answer
587 views
How to make multiple sections in home pulling posts category wise?
This question may look foolish to everyone or novice , but i am working on a theme . It will be basically a news publishing theme .
Right now , In my home page all posts are showing one after ...
0
votes
1answer
500 views
Query only Posts from Both of Two Category?
I have 3 categories,
1.OnGoing projects(cat id='5')
2.Completed Projects(cat id='6')
3.Upcoming Projects(cat id='7')
and also i have another 2 categories:(Not a Sub Category)
chennai (cat ...
1
vote
1answer
180 views
Category Foreach keeps looping?
I'm using the following code to acquire all the child categories of a category and displaying the child posts of the child categories.
<?php
$cats = get_categories( 'child_of='.get_query_var( ...