Don't want the date posted to show to the right of posts in Wu Wei

  • Unknown's avatar

    Very new to CSS! Trying to modify the Wue Wei template. Why isn’t there a “page” for the home page? The only thing I can figure out to do to edit the home page is by making a post. This basically works, but I don’t like how the date of the post shows up to the right of the image. How can I stop this from automatically happening? I would rather just have a centered image with a bit of text. Hope that makes sense. Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    WordPress displays the latest posts on the home page by default, so it is essentially an archive page and not a “page” within the normal sense of the word.

    There is a way to setup a static front page instead. Would that work for you?
    http://en.support.wordpress.com/pages/front-page/

    This help page may also help you:

    Pages vs. Posts

  • Unknown's avatar

    If you are going to be posting a lot of images on the site, posts would be the way to go for that. Pages could be used, which do not show a date, but pages become a navigation nightmare if you get a lot of them.

    To hide the date on all posts, this would be the CSS:

    .timestamp {
    display: none;
    }
  • The topic ‘Don't want the date posted to show to the right of posts in Wu Wei’ is closed to new replies.