Create a category list page
To display a list of categories on your page by just putting something into the content area, you need a shortcode. You can create a shortcode by using add_shortcode. This defines the tag and the function to call when that shortcode is used. Here’s a basic example that creates a shortcode [my_cat_list]: /** * This … Read more