Hi, For the second set of sliders on the home page; How do I remove the category under each post. I don't want it to show up in the sliders. I deselected under screen options, but it's still showing
Hello, Go to front-page.php present in your theme directory and remove the code given below Code: <p> <?php the_category(', '); ?></p> check image for reference This will solve your issue. Thanks & Regards Gourav Shrivastava