• I’m not a developer of my website so my WordPress knowledge is limit.

    My page is suppose to list down the items by date but the result is as below. The items are instead arranged by alphabetical order and number.

    Date Deposited Deposited Amount Date Completed Status May 9, 2014, 2:18 pm RM 10 Processing March 9, 2014, 2:16 pm RM 10 April 9, 2014, 6:07 pm Approved June 20, 2014, 2:25 pm RM 10 Processing February 2, 2014, 4:05 pm RM 50 April 9, 2014, 6:08 pm Approved April 9, 2014, 2:15 pm RM 10 Processing

    Highly appreciate if anyone can point out to me where the error is.
    My full WordPress code for the page is as follow:

    [ 425 lines of code moderated. For that many lines of code please use pastebin.com instead. ]

Viewing 1 replies (of 1 total)
  • Does the code contain:

    if ( have_posts() ) : while ( have_posts() ) : the_post();

    or does it contain something along the lines of:

    new WP_Query('cat=10&posts_per_page=-1')

    ??

    Answer will depend on which method your site is using to pull the data!

Viewing 1 replies (of 1 total)
  • The topic ‘Order by date not working’ is closed to new replies.