开发者 | samwilson |
---|---|
更新时间 | 2009年3月16日 17:14 |
捐献地址: | 去捐款 |
PHP版本: | 2.3 及以上 |
WordPress版本: | 2.7.1 |
#image_flicker
in your stylesheet.
image-flicker
directory (or just the image-flicker.php
file) to your /wp-content/plugins/
directory;<div id="image_flicker"></div>
(or other element with the ID of image_flicker
) in your templates (e.g. sidebar.php
or header.php
) where you want the image flicker to be.Please file any bug reports on the latest release post at http://samwilson.id.au/blog/plugins/image-flicker
No, not at the moment, sorry. You could always ask for this feature if it's really important to you!
Try the following CSS in your theme's style.css
file:
#image_flicker {text-align:center} #image_flicker img {display:block; margin:auto} #image_flicker a {text-decoration:none}