My Own Theme
开发者 |
aercolino
|
更新时间 |
2008年3月30日 08:09 |
捐献地址: |
去捐款 |
PHP版本: |
2.1 及以上 |
WordPress版本: |
2.5 |
详情介绍:
Extreme theme customization for WordPress with jQuery.
You can edit My Own Theme
at will, in two clearly delimited areas, one for the ADMIN VIEW and one for the USERS VIEW.
It's just a matter of adding some jQuery (JavaScript) snippets.
Examples
You can try to copy and paste the following jQuery snippets, after the installation.
USER VIEW: How to highlight your comments (supposing your display name is admin
)
$( 'cite:contains(admin)', '.commentlist' ) .parent() .css( {border: '1px dashed red', padding: '3px'} );
ADMIN VIEW: How to hide the panel Other WordPress News
$( '#planetnews' ).hide();
安装:
- Copy the
my-own-theme
folder into your plugins folder
- Activate
My Own Theme