Making Category loop order ASC
-
Hi
I don’t know how to add ASC order to my category loop and also setting the number of posts (a little noob sorry)my category is:
<body> <div class="container wrap"> <main class="single-c"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <div class="cat-product"> <div class="cat-thumb"><?php the_post_thumbnail('single-thumb'); ?></div> </div> <?php endwhile; ?> <?php endif; ?> </main> <aside class="single-side"> <div class="side-box"> <?php include('ritems.php'); ?> </div> </aside> </div> <?php get_footer(); ?> </body>
help if you can
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Making Category loop order ASC’ is closed to new replies.