• Resolved lucyphre

    (@lucyphre)


    i am newbie to wp, css, html etc.
    but i could manage to activate/use custom css

    can anyone advice me how to hide the current day and date i.e. Monday, October 6, 2014 of any post?

    i do not mean the day of when a specific post has been published/posted but it alsways shows the current day&date
    i have found the html reference, it says:

    <div class=”entry-content”>
    <div class=”post-meta”>
    </div>

    what do i need to put in custom css to make it disappear?
    any help very much appreciated!

Viewing 5 replies - 1 through 5 (of 5 total)
  • I could not reproduce the date problem in my test site.

    have you updated the posts today?

    are you using the latest version of the theme?

    does the problem persist if you temporarily deactivate all plugins?

    can you provide a live link to your site to illustrate the issue?

    Thread Starter lucyphre

    (@lucyphre)

    hi, the site is currently under heavy re-construction,
    my goal is to modify the wordpress theme to a rather static site than maintaining a dynamic blog
    therefore i have applied a couple of tweaks/wp-plugins
    the url is link
    it is not a big issue, but if possible i want to get rid of the actual current date being shown on every page

    Thread Starter lucyphre

    (@lucyphre)

    oops ….

    it seems that this is not part of the original theme, but injected via a filter on ‘the_content’ which might be from a plugin (?)

    what happens if you temporarily deactivate all plugin?

    generally, you could hide it simply with CSS, like:

    .entry-content .post-meta { display: none; }

    Thread Starter lucyphre

    (@lucyphre)

    alhymyth – thanks a million!
    your CSS code has solved my problem!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘remove current day and date of posts’ is closed to new replies.