WordPress Category List by Alphabet Code Without Plugin In your functions.php, insert the code below. In the page or post or wherever you want, just use the shortcode [sorted_category_list] and the sorted category list will appear 🙂 add_shortcode(‘sorted_category_list’, ‘sorted_category_list_shortcode’); function…
Programming, Security and Tech (and Code Snippets)