Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Problem with multiple categories

$
0
0

Replies: 0

I’ve found a problem when the args array is created and the categories are added. Line 391:
‘cat’ => array( ‘cat’ => $category)

it should be

‘cat’ => $category

The posts were not correctly pulled from the active posts categories.


Viewing all articles
Browse latest Browse all 59525

Trending Articles