cat_ID order problem
-
Hi,
I have a problem with my cat IDs….
I want to know if there is a possible reason why one category is showing before one and on the other post the order changes.
Here an example. In my foreach I get this for the first post
echo $current->cat_ID . ' '; 10 17and in my other post I get this
echo $current->cat_ID . ' '; 18 16 10If you check the first post get 10 then 17 but on the other, I get 18 16 then 10.
How is that possible?
—
EDIT #1 : Can I change the date of creation on the category?
—
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘cat_ID order problem’ is closed to new replies.