Just My Random Stuff Just some hopefully useful, yet random posts from my own experiences, that nobody ever told me about before.

7Jun/102

How to Use New WordPress 3.0 Features That Will Save You Tons of Time

Well there is a ton of buzz about WordPress 3.0, but I realized that not to much documentation is out yet about how to use the fun and easy stuff, so here goes.  But first, some disclaimers so I don't get yelled at by.

  • Even though the attached file is in WordPress plugin format, I did not release this as a plugin.
  • I did not include stuff like validation, sanitation, etc. on user input fields, only because I wanted to show the new features and save on the time to write this.  Always validate and sanitize your inputs.
  • As with everything, there is usually more than 1 way to go about it.  The methods I list below WORK FOR ME in a custom blog I am about to launch and follow the WordPress functions documentation.  Don't flame me if you don't like the way I did it, please stay constructive.
  • I did not include code comment on the source code, since, I more than did the job here in this article.
  • I did not add any localization.
  • I apologize in advance if the source highlighter looks funky, please download the zip file for a nicely formatted PHP code file