• Hi guys,

    How to I hide the date and time stap on my front page. Which .php file should I edit and how? I am using the NewsWorld theme and my site is at https://www.analawi.info. I would like to hide the date and time stamp on the front page but this should be shown on the actual news page.

    Please help as I am not sure which file I can edit.

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • Well your site link is broken, can you fix that first?

    contact the seller of your commercial theme for support with your question.

    there are many different date and time stamps an the front page – you might need to locate the template of the front page first, then look for the_time() and/or the_date()

    unfortunately, this forum cannot help because your theme is commercial and not freely accessible.

    Thread Starter kumalawi

    (@kumalawi)

    Sorry the correct link for the site is https://www.amalawi.info

    Sure the is a commercial indeed but i thought someone might help as i am having problems getting from the seller.

    I will have a look at the front page template, thats a good tip, let m etry first

    Okay thanks,
    I did a quick check, your time and date is within the code ‘<div id=”date”></div>’.

    The quickest, easiest way for you to hide the time/date is to find:

    #date {
    }

    in your style.css and put it as

    #date {visibility: hidden;}

    That will hide the time/date without deleting it (in case you want it in the future)

    Thread Starter kumalawi

    (@kumalawi)

    Hi Luk,

    Many thanks for the tip, I cant find out that line in .css file. I will go through all files and search for this line.

    Many thanks indeed.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to hide date and time stamp on front page’ is closed to new replies.