Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3384

    I’m trying to either

    a-remove the “Posted on January 28, 2013 by admin” and just have the post appear, or

    b-remove posts from the front page all together.

    I’ve tried every suggestion from the previous posts regarding this same topic

     

    http://www.bdaie.net/wp

    #3434
    Sakin
    Keymaster

    @heathermcguffin: You can simply add the following CSS in “Custom CSS” box in your Theme Options panel to hide it.
    .entry-header .entry-meta { display: none; }

    #3462

    That worked! I’m so excited. What about the “posted in uncategorized.” Is there a way to remove that as well?

    Also, I’m trying to use different transition effects on the featured slider, but none of the other options are working. Is there another place to change this other than “slider options”

    #3467
    Sakin
    Keymaster

    @heathermcguffin: Then remove the old css I gave and add the following it will hide both:
    .entry-meta { display: none; }

    For slider transition effect. You have already change from Fade. Default is fade. Maybe you have cache. In that case you need to clear your cache to see the changes.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Removing posts from front page or removing date and posted by’ is closed to new replies.