how to show only catergory titles on a page in wordpress
You will need to combine get_categories() and wp_query First you should get all categories and loop through each one of them. Inside the loop you need a wp_query to get the title and the image of the latest post per category. At last you should reset the post data. Place the code below inside your … Read more