Hi
when using orderby=“title” half my posts so for example all posts with a title from A-L display fine, but nothing else after L appears.
I’ve tried turning off all third party plugins etc, and testing with different channels and i have the same result. If i remove the orderby=“title” then all my posts appear… i really need them alphabetically and asc.
Im running ee 2.7.0 all plugins are now off and everything else except this seems to be fine. I’ve testing on a local evironment and a live server and am getting the same thing. I’ve also tried with various different channels, and same again.
here is an example of a cannel code im using:
<div class=“brands_container”>
{exp:channel:entries channel="brands" status="open" orderby="title" sort="asc"}
<div class=”{position_in_alphabet}”>
{title}
</div>
{/exp:channel:entries}