I assume this needs a tweak to the alphabetization function. What is the best way to do this?
Thanks for your help.
]]>Edit: Arkansas and Arizona are also out of order. arI is before arK.
Iowa should be after Indiana, not Hawaii. O is before D, L, and N as in Idaho, Illinois, and Indiana, and then should be Iowa
Maine should be the first “M” state rather than Maryland. maI is before maR
The “N” states are completely wrong
The current order:
North Carolina
North Dakota
Nebraska
New Hampshire
New Jersey
New Mexico
Nevada
New York
Correct order:
Nebraska
Nevada
New Hampshire
New Jersey
New Mexico
New York
North Carolina
North Dakota
nE is very much before nO
I give up at this point.
In fact, after typing out all the errors in Listo, I’m going to switch back to just typing out the actual, correctly ordered list.
Would not recommend this plugin.
]]>The plugin description says “alphabetical (English) listing” so I know it’s not a bug that other languages may not alphabetize correctly. Actually, mine does sort correctly except for a few letters. Words beginning with those letters appear at the end of the list.
Do you have any advice for me, or plans to extend alphabetization further?
[mctagmap columns="3" hide="yes" num_show="99" more="more ?" toggle="? less" show_empty="no" name_divider="|" tag_count="yes" exclude="books,btest" descriptions="yes" width="340" equal="yes" manual="" basic ="yes" basic_heading="no" ]
https://www.ads-software.com/plugins/multi-column-tag-map/
]]>The code to alphabetize was copied from https://codex.www.ads-software.com/Alphabetizing_Posts
Here’s an excerpt showing how I used it:
<?php if (have_posts()) : ?>
<?php $post = query_posts($query_string .
'&orderby=title&order=asc&posts_per_page=-1');?>
<?php /* If this is a category archive */ if (is_category()) { ?>
<h1><?php echo single_cat_title(); ?> </h1>
It worked, and then it didn’t. I’m a bit of a newbie to php, although I’ve done other text-based coding. There’s a chance it’s being interfered with by a plugin and I didn’t notice before the upgrade I suppose.
Any ideas?
]]>