Viewing 5 replies - 16 through 20 (of 20 total)
  • Txanny,

    After updating to 3.0.2, I can’t remove the date with any of the above methods. Do you have any suggestions?

    Thanks in advance!

    Post a link to your site, as styles are theme dependent. Normally, span.sideposts_date {display:none} on the style.css file will work.

    Or better: look at the style.css file and locate this line:

    #sidebar span.sideposts_date

    Just bellow, add a new line with this:

    display:none;

    It should look like this:

    #sidebar span.sideposts_date {
        display:none;

    Thanks for the answer, Txanny. Unfortunately that didn’t work either and my site is currently a test site on my local machine.
    Any other ideas?

    Thanks for your time!

    span.sideposts_date {display:none} in the stylesheet worked for me.

    THANK YOU!

    Ira

    (@irapasternack)

    hi,

    i’m having the same issue that jlee is, and i suspect it is because the stylesheet is listed as inactive.

    has the method for removing the date changed in version 3.0.2?

    ira

Viewing 5 replies - 16 through 20 (of 20 total)

The topic ‘[Plugin: SidePosts Widget] SidePosts and Date’ is closed to new replies.