Support

Account

Home Forums General Issues Output CPT title in alphabetical order

Helping

Output CPT title in alphabetical order

  • I created a custom post type (partners) that outputs 3 per row on a page. Each one has a logo and company name (the_title). It’s basically a company directory.

    Could someone explain what I need to list these in alphabetical order by company name?

  • Hello,

    you should use :

    order_by => ‘your_title_field’
    order => ‘ASC’

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

The topic ‘Output CPT title in alphabetical order’ is closed to new replies.