A General Technology & Development Blog

Technology, Development, Programming – Magento, Wordpress.

Home » How do I display different web page content based on day of week?

How do I display different web page content based on day of week?

How do I display different web page content based on the day of the week?

Here’s a simple PHP script that will allow you to do just that. It wasn’t written or coded by me, it was just something i come across while searching so thought i would share it. Not sure how dirty / clean the code is:


< ?php if( date( 'w' ) == 0 ) { ?>

Write what you need to show here on Sunday

Write what you need to show here on Monday


Write what you need to show here on Tuesday


Write what you need to show here on Wednesday


Write what you need to show here on Thursday


Write what you need to show here on Friday


Write what you need to show here on Saturday



*Note: Remove space in start of php statement. This was needed to ensure all code pasted correctly in WordPress.

  • Was this Helpful ?
  • Yes   No

Name of author

Name: BlogOwner

Short Bio: "The master has failed more times than the beginner has even tried."

eXTReMe Tracker