Forums

Date & Time (4 posts)

  1. sehajm
    Member
    Posted 6 months ago #

    Hey everyone. Need a little help. I just want to remove the the date created & author name from the pages.
    Thank you in advance

  2. Josh
    Member
    Posted 6 months ago #

    What's the URL?

  3. sehajm
    Member
    Posted 6 months ago #

    Running on xaamp.

  4. Josh
    Member
    Posted 6 months ago #

    Well, you would need to find the div that is calling the tags, and insert a css property like:

    #date_created {
      display: none;
    }

    NOTE: #date_created is NOT the proper name. I just used it for illustration. You will need to find the unique id name for your site.

Reply

You must log in to post.

About this Topic

Tags