开发者 | RavanH |
---|---|
更新时间 | 2023年10月5日 01:27 |
捐献地址: | 去捐款 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 6.2 |
There is no options page. Just go to your Appearance > Widgets admin page and find the new Analog Clock widget. Add it to your sidebar and change settings if you want to see another than the default clock. Other ways to integrate a clock into your site are shortcodes or a theme function. See instructions below.
First of all, you can pick a preset skin. There are 21 skins made by other users and, when the Advanced extension is added, one Minimal skin that only shows the clock arms, that can be useful for placing over a custom background image. There are these options:
Follow the steps on Creating a Custom Skin and if you are happy with the result, please consider sharing it with other users!
If you made a nice skin and would like to share it, you can do so in the comments on Creating a Custom Skin or add it to your Plugin Review. Thanks for sharing! :)
Yes, there the shortcode [coolclock /] available. You can find all parameters on How to use the CoolClock shortcode.
Yes, you can use a built-in WordPress function that parses a shortcode. To place the same clock as in the shortcode example above, anywhere in your theme, use this:
<?php echo do_shortcode('[coolclock skin="chunkySwiss" radius="140" showdigital=true align="left" /]'); ?>