This plugin is outdated and might not be supported anymore
My Own Theme

My Own Theme

Details
View on WordPress

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

Details

Plugin code:
my-own-theme
Plugin version:
1.2
Outdated:
Yes
WP version:
2.1 or higher
PHP version:
or higher
Test up to WP version:
2.5
Total installations:
10
Last updated:
2008-03-30
Rating:
Times rated:
0
customization
customize
extreme
javascript
jquery
theme