Can't get it to work on posts Page
-
Hi,
I have a Page with several posts on it that I want to order.
This is the start of the loop.<?php while(have_posts()) : the_post(); $myposts = get_posts('category_name="produk" &order=ASC'); foreach($myposts as $post) : setup_postdata($post); ?>
I’ve tried with the query_posts(‘section_name=productsorder’) at the top, but I couldn’t get it to work
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Can't get it to work on posts Page’ is closed to new replies.