Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Ben Meredith

    (@benmeredithgmailcom)

    Hey Leon (got your email, too.) I am looking into it to see what’s up. It’s a little difficult because it’s being developed locally.

    Try opening the css file at /wp-content/plugins/wp-old-post-date-remover/css/OPDRstyle.css in a text editor, and add an additional selector of .meta_date to the beginning of the file. So, the file would read like this:

    /* This file works the date remover magic
     * Edits here will be overwritten by plugin updates. So edit freely, and backup often.
     *
     * Old Post Date Remover is a plugin by Ben Meredith at https://benandjacq.com
     */
    
    .meta_date, time, p.post-meta.date-extra, .meta time, time.post_date.date.updated, i.icon-calendar.mi, .cb-date.cb-byline-element, h6.edate, li.enigma_post_date, .entry-date, post-date, span.post-date, span.date, .entry-time, span.post_date, span.post_date_intro, span.posted-on, span.meta-date {
    display:none !important;
    }

    If that works, let me know and I’ll add it to the official file and release a patch.

    Plugin Author Ben Meredith

    (@benmeredithgmailcom)

    Did that work? I can release an official patch, if so. Let me know. In the meantime, I’m going to mark this ticket as resolved. If it is not, feel free to respond. Thanks!

    Thread Starter leonrobert

    (@leonrobert)

    Sorry, that did not work. Dates still present on old posts.

    Plugin Author Ben Meredith

    (@benmeredithgmailcom)

    Is that theme a free one, (and if so, where can I download it) or can you email me a zip of it so I can figure it out? [email protected]

    Plugin Author Ben Meredith

    (@benmeredithgmailcom)

    I found the Tempera (you called yours tempra) theme, and installed it in my dev environment. It does remove the date from old posts as expected.

    Note that my plugin will not remove the date from the home page or any archive pages. It’s not possible to do that without tweaking theme code.

    Let me know if I can help further!
    Ben

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Date not removed in Tempra 1.0 theme’ is closed to new replies.