Is there any way to list all categories in WordPress in a dictionary fashion:
A
cat.
cat.
cat.
B
cat.
cat.
cat.
C
cat.
cat.
cat.
…and so on
I thank you in advance
Is there any way to list all categories in WordPress in a dictionary fashion:
A
cat.
cat.
cat.
B
cat.
cat.
cat.
C
cat.
cat.
cat.
…and so on
I thank you in advance
You must be logged in to post a comment.
if you know some php you can modify or create a category.php page in your themes main directory. Then simply add the following lines to make it alphabetical:
Well, if you don’t know php and want a plugin for it, this simple one here should work to alphabetize categories, posts and pages:
https://wordpress.org/plugins/wp-alphabetical-post-listing/
though I have not tried it myself, so let me know if it works.