home page sliders - remove category

Discussion in 'Infoway WordPress Theme' started by cbshanley, May 7, 2014.

  1. cbshanley

    cbshanley Member

    Joined:
    Apr 24, 2014
    Messages:
    76
    Likes Received:
    0
    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
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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

    2014-05-08_1532.png




    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page