Listing posts in asending order… Please Help! ^ _ ^
-
So, I am trying to get posts on my page listed in ascending order but I can’t figure out for the life of me how to do it! ARG!! Any help would be much appreciated! Thanks!
Here is the page that i am trying to list the posts in ascending order: https://harrisburgarts.com/events-2/
Here is the php code for the page template:
“<?php
/**
* Template Name: Gig Posts
*/$query = new WP_Query( array ( ‘orderby’ => ‘date’, ‘order’ => ‘ASC’ ) );
$post_type = ‘gig’;get_template_part(‘archive’); ?>
”
- The topic ‘Listing posts in asending order… Please Help! ^ _ ^’ is closed to new replies.