My Own Theme

Extreme theme customization for WordPress with jQuery

Author:Andrea Ercolino (profile at wordpress.org)
WordPress version required:2.1
WordPress version tested:2.5
Plugin version:1.2
Added to WordPress repository:28-03-2008
Last updated:30-03-2008
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://noteslog.com/my-own-theme/
Total downloads:3 666
Active installs:10+
plugin download
Click to start download

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(); 

FAQ