Remove category from post carousel

Discussion in 'Infoway WordPress Theme' started by rapmechanics, Apr 24, 2013.

  1. rapmechanics

    rapmechanics New Member

    Joined:
    Apr 24, 2013
    Messages:
    2
    Likes Received:
    0
    I would like to remove the category text from the post carousel. I still want the carousel there, and I want the image and title to appear, just not the category.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to front-page.php present in your theme directory and remove the code given below

    Code:
                        <p> <?php the_category(', ');               
    ?></p>
    Sending image for reference

    [​IMG]

    This will solve your issue.
     

Share This Page