开发者 | peterwsterling |
---|---|
更新时间 | 2012年9月30日 23:52 |
捐献地址: | 去捐款 |
PHP版本: | 2.5 及以上 |
WordPress版本: | 3.4.1 |
"
(double quote) character, use '
(single quote) instead. Each notice has these attributes:
<?php put_ticker( [true | false] ); ?>
in your theme�s template files. Where true
or false
determines if the ticker should be hidden when there are no notices to scroll.
For example, <?php put_ticker(false); ?>
only shows the ticker when there are notices to scroll, whereas <?php put_ticker(true); ?>
always shows the ticker - even an empty one.notice.css
) in the plug-in folder to help style your notices ticker. The three styles defined are:.ticker
- style for the text used in the notices..ticker img
- style for images (use <img src=... />
in the notice text) in the notices. The example lines images up with the bottom of the notice text..ticker-div
- style for the ticker container.