Skip to content
tacoen edited this page May 30, 2014 · 18 revisions

Ideas

UM-Plug once was a part of UM (Undress Me) Themes; themes that I used personally to create WordPress site. "Undress Me" allow me to customize The WordPress down to its bones --I'm sure you know many themes that provide the same purpose; some call it Frameworks, some call it "naked" theme. But since splitting presentation and functions at WordPress.org being roll out. I think UM Themes shall be spliced into plugins and theme, and that's how UM-Plug released.

UM-Plug is core-themes and tool kits, a WordPress developer Toolkit for creating/ maintaining/ optimizing a theme.

Tweaks Options

WordPress throws a ton of junk in the header. Let's take it out!

  1. Minimize Load

  2. Dashboard Load, Remove NewsFeed and other stuff from WP-Admin Dashboard

  3. No Gravatar, Disable Gravatar for faster development process. Uncheck it when your done.

  4. Minimize WP Header, Remove unnecessary code from header

  5. Disable WP Toolbar for all, Only for viewer side, not in WP-Admin.

  6. Put Pingback as options

  7. Alter CDN, sometimes you're working offline or got firewalled. Let's alter the cdn. How to create your own cdn? Create CDN((Try this)

Themes

Reset

Wordpress Default

UM-GUI

Reduce

Tools

Customize

Reduce

Template Tools

  1. Template Tools
  2. Template Part

Plugable

  1. Template Tags
  2. One Page addons
  3. Chunks

Theme Options

Tabs on Theme Options page is generated thru jQuery, it's actually one form, so you don't have to click the "submit button" over and over while still in Theme Options page.

  1. UM-reset

  2. UM-gui-lib

  3. URL Rewrite

  4. Template Tag

  5. Widget, add how many widget you need. (Element-1, Element-2, etc)

  6. Pingback, add <link rel="pingback" ... > to WP Header or not.

  7. Layout

  8. UM-reset.php

  9. UM-scheme.css

  10. UM-login.js

  11. UM Login Redirect

Clone this wiki locally