This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

My Own Theme

Description

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

Installation

  1. Copy the my-own-theme folder into your plugins folder
  2. Activate My Own Theme

FAQ

none

Reviews

There are no reviews for this plugin.

Contributors & Developers

“My Own Theme” is open source software. The following people have contributed to this plugin.

Contributors

Translate “My Own Theme” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.