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.
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.