這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

LH CSS Dates and Times

外掛說明

LH CSS Dates and Times dynamically adds dynamic Date & Time classes to your HTML body element. This enables you to So you customise the design of your website based on the date or time.

It does it the only foolproof way for your visitors, ie via javascript.

Dynamic body Classes Include

  • Date
  • Hour
  • AM or PM
  • time of day e.g. night, morning, afternoon, or evening
  • Day of the Week
  • Day of the Month
  • Month
  • Day of the Year
  • Year

See the FAQ for a full explanation of the selectors

Like this plugin? Please consider leaving a 5-star review.

Love this plugin or want to help the LocalHero Project? Please consider making a donation.

安裝方式

  1. Click “Add New” from the Plugins page in your WordPress Dashboard
  2. Enter “LH CSS Dates and Times” in the “Search Plugins” field
  3. Locate LH CSS Dates and Times and click “Add Now” followed by “Activate”
  4. That is it, there is no need to configure this plugin

常見問題集

Can you explain what you could do with this plugin?

This plugin enables you to have a different design for you site depending on trhe time or date!

For example a red, green, and gold design on Christmas day, or a firework background on the fourth of July.

The only limit is your imagination!

How does LH CSS Dates and Times work?

LH CSS Dates and Times automatically adds dynamic Date & Time classes to your HTML body element via javascript.

Why would I want this?

So you can add CSS selectors based on those classes to override and modify your site design.

For example sunrise background in the morninging? Just add the class to your CSS stylesheet.

.cssdt-evening { background-image: src(‘/wp-content/uploads/2017/10/sunrise.jpg’); }

Why is is better to do this via Javascript?

Two reasons!

  1. Dynamically adding this via javascript will not break your caching plugins ever!
  2. Your visitors time and deate is often different to the websites. This plugin uses javascript so the classes are based on the visitors time.

Why can’t I see these classes when I view source?

Because they are added by javascript on the domcontentloaded event. This still means they can be used for styling purposes though.

How can I see the classes?

You can use dev tools (or equivalents in other browsers) to inspect the the DOM elements and you will see the classes.

Where can I see this is in action?

Go to to the plugin donation page to see a live (very trivial) example.

What selectors does it have?

  1. Simple date ie the first of january 2018 would be ‘cssdt-01-01-2017’
  2. Hour ie Midnight would be ‘cssdt-hour-0’
  3. Time of day (this is divided into 4 blocks, night being –
    0-6, morning 6-12, afternnon 12-18, and evening being 18-24. So 3PM would be ‘cssdt-afternoon’
  4. AM or PM , so 3PM would be ‘cssdt-pm’
  5. Weekday eg ‘cssdt-tuesday’
  6. Monthday so the first of January 2018 would be ‘cssdt-monthday-01’
  7. Month so the first of January 2018 would be ‘cssdt-january’
  8. Day of year, so the first of January 2018 would be ‘cssdt-yearday-01-01’
  9. Year, so the first of January 2018 would be ‘cssdt-2018’

What is something does not work?

LH CSS Dates and Times, and all https://lhero.org plugins are made to WordPress standards. Therefore they should work with all well coded plugins and themes. However not all plugins and themes are well coded (and this includes many popular ones).

If something does not work properly, firstly deactivate ALL other plugins and switch to one of the themes that come with core, e.g. twentyfifteen, twentysixteen etc.

If the problem persists pleasse leave a post in the support forum: https://wordpress.org/support/plugin/lh-css-dates-and-times/ . I look there regularly and resolve most queries.

What if I need a feature that is not in the plugin?

Please contact me for custom work and enhancements here: https://shawfactor.com/contact/

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈LH CSS Dates and Times〉的開發相關工作。

參與者

將〈LH CSS Dates and Times〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.00 October 20, 2017
Initail release

1.02 October 22, 2017
Added icons to plugin file

1.03 October 24, 2017
Changed readme.txt

1.04 March 05, 2018
Moved scipt to footer

1.05 March 05, 2019
Added direct path check

1.10 May 31, 2021
Better readme and javascript improvement

1.11 September 23, 2021
fixed javascript registration