Title: My Own Theme
Author: Andrea Ercolino
Published: <strong>March 28, 2008</strong>
Last modified: March 30, 2008

---

Search plugins

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.

![](https://s.w.org/plugins/geopattern-icon/my-own-theme.svg)

# My Own Theme

 By [Andrea Ercolino](https://profiles.wordpress.org/aercolino/)

[Download](https://downloads.wordpress.org/plugin/my-own-theme.1.2.zip)

 * [Details](https://wordpress.org/plugins/my-own-theme/#description)
 * [Reviews](https://wordpress.org/plugins/my-own-theme/#reviews)
 *  [Installation](https://wordpress.org/plugins/my-own-theme/#installation)
 * [Development](https://wordpress.org/plugins/my-own-theme/#developers)

 [Support](https://wordpress.org/support/plugin/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

 *   [ Andrea Ercolino ](https://profiles.wordpress.org/aercolino/)

[Translate “My Own Theme” into your language.](https://translate.wordpress.org/projects/wp-plugins/my-own-theme)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/my-own-theme/), check
out the [SVN repository](https://plugins.svn.wordpress.org/my-own-theme/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/my-own-theme/) by
[RSS](https://plugins.trac.wordpress.org/log/my-own-theme/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **1.2**
 *  Last updated **18 years ago**
 *  Active installations **10+**
 *  WordPress version ** 2.1 or higher **
 *  Tested up to **2.5**
 * Tags
 * [customization](https://wordpress.org/plugins/tags/customization/)[customize](https://wordpress.org/plugins/tags/customize/)
   [extreme](https://wordpress.org/plugins/tags/extreme/)[javascript](https://wordpress.org/plugins/tags/javascript/)
   [jquery](https://wordpress.org/plugins/tags/jquery/)[theme](https://wordpress.org/plugins/tags/theme/)
 *  [Advanced View](https://wordpress.org/plugins/my-own-theme/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/my-own-theme/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/my-own-theme/reviews/)

## Contributors

 *   [ Andrea Ercolino ](https://profiles.wordpress.org/aercolino/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/my-own-theme/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://noteslog.com/)