Remove Dates

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #200

    I want to remove the dates of posts. How? Where?

    #237
    livemesh
    Keymaster

    Removing dates requires change in 3-4 template or framework files. Search for references to method mo_entry_published() should yield results. Better option would be to use the css code in Custom CSS tab in Options Panel –

    abbr.published {
    display: none;
    }
    

    I see that at present this leave the string “on” in certain places, indicating the presence of a date there. You should be able to remove these when you look for references to mo_entry_published() method. In the next update, will provide this option so that you do not have to modify the files.

    #239

    Custom CSS worked fine. Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Enticing Theme Support’ is closed to new topics and replies.