badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

get post to show in alphebetical order instead of creation date

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17799
    tonyaalicia
    Participant

    I am building a church website using clean retina. We have a list of churches that I need to have in alphebetical order. they are out of order because of changes I have made/ accidently skipping one. I know how to get to the coding part of clean retina but I am totally lost on where to add the code to make that category in alphebetical order.

    $args = array( ‘posts_per_page’ => -1, ‘orderby’=> ‘title’, ‘order’ => ‘ASC’ );

    #17828

    Hi tonyaalicia,
    We have designed our theme this way. The file is inside the clean-retina -> library -> functions -> functions.php

    Here you need to change it for all. You need a bit more code customization for it. If you are unable then you need to hire a developer to fix it.
    While customizing the code you need to create a child theme and then only customize the code.

    Thank You!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.