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’