Side bar problem – displaying from old to new instead of new to old
-
Hi,
I have a vertical side bar menu placed on the left side of the page in my shopping section. Problem is that for some reason it displays older item to newer item so that every time I add new items they are placed at the bottom of the menu… Here is what I have:
<div class=”shop-sidebarwidth”>
<div class=”shop-category”>T-shirts</div>
<div class=”shop-menuitem”><?php wp_cat_posts(36); ?></div>
</div>Is there anyway that I can change that which display newer item on top? I thought that would be default for WordPress… Please help!!
AD
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Side bar problem – displaying from old to new instead of new to old’ is closed to new replies.