Custom Post type ordering

This topic contains 5 replies, has 3 voices, and was last updated by  Naveen Giri 4 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #535708

    Joe Zielinski
    Expired Member
    Post count: 24

    Hello,

    Can anyone help me I am trying to order my places in DESC order by title but nothing is showing on the front end of my site, however if I change to ASC they show,

    <?php $args = array(‘post_type’ => ‘gd_place’, ‘orderby’ => ‘publish_date’, ‘order’ => ‘ASC’) ;?>

    Please some help would be appreciated here.

    Kind regards

    #535722

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    why not use the sorting options for that?

    https://wpgeodirectory.com/docs-v2/places/sorting/

    #535731

    Joe Zielinski
    Expired Member
    Post count: 24
    This reply has been marked as private.
    #535824

    Naveen Giri
    Moderator
    Post count: 1559

    Hi Joe,

    Please replace this line in your code in the begining.

    
    $args = array('post_type' => 'gd_place', 'orderby' => 'title', 'order' => 'DESC') ;

    Thanks

    #535884

    Joe Zielinski
    Expired Member
    Post count: 24

    Hi there,

    thank you for this however I have tried the code that you gave me but still page does not order in DESC order infact it breaks the carousel, it only works if I put in ASC order?

    Kind regards

    #535891

    Naveen Giri
    Moderator
    Post count: 1559

    Hi Joe,

    Please paste the full code you trying inside < code> tag.

    I will check and send you the correct code back.

    Thanks

Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket