Tagged Questions
0
votes
1answer
32 views
How do I get a array, with the right order of the nested comments?
array (size=10)
'comment 0' =>
array (size=2)
'comment_id' => string '22' (length=2)
'parent_of' => string '0' (length=1)
'comment 1' =>
array (size=2)
'comment_id' => ...
0
votes
1answer
446 views
orderby not working for query_posts using array of IDs
I have an array of IDs that i send to query_posts to get the posts (which works fine) but it seems to always put the attachment(562) last even though it is the newest. Also tried title and ASC vs DESC ...