Hi @wpmajestic , this is a fantastic answer, thank you very much! I adjusted the method add_user_category_field
slightly to show empty categories as well:
$args = array("hide_empty" => 0,
"type" => "post",
"orderby" => "name",
"order" => "ASC" );
$categories = get_categories($args);
Appreciate your answer, I bookmarked your website in case I need a good WP hosting ??
-
This reply was modified 2 months, 2 weeks ago by Restin77.