changing order of displayed categories
-
Hi,
Tried to solve it myself, but I couldn’t figure it out.
In my clients portfolio, I have posts displayed as tiles. The posts are ordered by their category, so that if one category is selected, the others loose some opacity. I display the categories of choice using this shortcode:
<?php echo do_shortcode('[wp-tiles template="Plain" posts_query="category=6, category=7, category=8, category=5"]') ;?>
However: clients wants the site to display posts from category 5 at the bottom of the rest of categories posts. First I thought that the order of displayed categories is as written above in shortcode, but wrong. Changing the order didn’t work.
Then i thought the order is set alphabeticaly, but as I created another cat=12 for tryout, it still landed at the beginning.Is there any way to set the categories order like this?
Is my problem clearly explained?
Here’s my page for ref: as it is nowThanks in advance for help! It’s the last issue before I finish the assignment, so close! ??
- The topic ‘changing order of displayed categories’ is closed to new replies.