How to get rid of Date Comments field

Discussion in 'WordPress' started by jeff7xs, May 5, 2012.

  1. #1
    Any idea how can I get rid of this field (highlighted in red) appearing above the thums. I tried all options of the Wordpress template I am using, but can not find what part of the theme controls these fields..
    Please see attachment and the site http://topgayhotels.com

    Best Gay Hotels Travel Guide.jpg
     
    jeff7xs, May 5, 2012 IP
  2. ColorVila

    ColorVila Greenhorn

    Messages:
    55
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #2
    Two ways:
    1. Remove the entry meta from your php file.
    or
    2. Add this code to your style.css
    .homecat li .meta {display:none;}
     
    ColorVila, May 5, 2012 IP
  3. jeff7xs

    jeff7xs Greenhorn

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    thanks! it helped!
     
    jeff7xs, May 5, 2012 IP