WordPress For Dummies

Lidija from BlogWell, interviewed Lisa Sabin-Wilson, author of WordPress for Dummies. Lisa mentioned my name in the interview and I feel very honored. Thank you Lisa if you are reading this.

Lester Chan. He is a student, and he uses his WordPress plugins to put forward as he is going through school. People make donations to him because his work is fabulous. He’s got a couple of plugins that are just fabulous and one is called

Read the full transcript of the interview

1 Star2 Stars3 Stars4 Stars5 Stars (52 votes, average: 3.71 out of 5)

WordPress 3.6 RC2

WordPress 3.6 RC2 is out! The final version of WordPress 3.6 will be out in a couple of days.

We’re down to only a few remaining issues, and the final release should be available in a matter of days. In RC2, we’ve tightened up some aspects of revisions, autosave, and the media player, and fixed some bugs that were spotted in RC1. Please test this release candidate as much as you can, so we can deliver a smooth final release!

Download: WordPress 3.6 RC2

1 Star2 Stars3 Stars4 Stars5 Stars (28 votes, average: 3.71 out of 5)

WordPress 2.3 Beta 1

WordPress 2.3 Beta 1 will be release later. Note that IT WILL NOT WORK with the current version of ALL my plugins as the whole /wp-admin/ folder had underwent some restructuring.

There WILL NOT be any more categories, link2cat, or post2cat tables. It will be replaced by terms, term_taxonomy and term_relationships. It means that my plugins MAY break as some of the functions uses direct query to those depreciated tables.

I will update the current development version of ALL my plugins to be compatible with WordPress 2.3 and above. If you are using the development version of my plugins for WordPress 2.2 after I updated all of them, it WILL BREAK.

I will post another entry once I have completed updating all of them to be compatible to WordPress 2.3.

1 Star2 Stars3 Stars4 Stars5 Stars (14 votes, average: 3.71 out of 5)

WordPress 2.9 Features

Dougal has put up a list of what to expect in WordPress 2.9:

Here is the list:

  • Post Thumbnails: add an image to be automatically displayed with the post in various views (main page, archives, etc.). The WordPress logo on this post is added with this feature, plus a filter I added to my theme’s functions.php file.
  • “Trash” status: deleted items such as posts, pages, and comments now go to the “trash”, and can be recovered later, much like delete files in most modern operating systems.
  • Image editing: basic image manipulation for your media library. You can rotate, flip, resize, and crop images.
  • Widgets outside of sidebars: there is a new template tag called the_widget(), which allows you to put a widget anywhere in your theme.
  • Comment metadata: plugins and themes can now take advantage of arbitrary metadata for comments, just as for posts, pages, and users. This should make it easier to create plugins to highlight “popular” or “hot” comments, among other things.
  • Custom post types: general support for post types other than ‘post’, ‘page’, and ‘attachment’. This plus the custom taxonomy support we already have will go far to address those to like to claim that WordPress is not a ‘real’ CMS. We’ll be able to organize content in ways that I can’t even think of right now (I need more time to brainstorm).
  • Media Embeds: I haven’t had a chance to look over this all the way yet, but it’s basically Viper’s Video Quicktags folded into core (minus the editor buttons at this time), including support for the oEmbed standard. With oEmbed, you can just paste in the URL for a page containing embeddable media, and it can auto-detect the proper way to embed it in your post. Supported services so far appear to be YouTube, Google Video, PollDaddy, and DailyMotion. Plus, theoretically, any service that supports oEmbed, which currently includes YouTube, Flickr, Vimeo, Viddler, Qik, and Hulu, among others (according to the oEmbed site). Whoah, awesome! I’ll post a demo of this soon, but you can read Viper007Bond’s post now for more details.
  • register_theme_directory(): plugins can now add additional theme directories to be searched. This means that a theme can basically come bundled with its own themes. I’ve already got a project that’s been on the back-burner that can use this feature. I think we might seem some nifty uses appearing in the future.

For more information, check out Dougal’s post on WordPress 2.9 Features

1 Star2 Stars3 Stars4 Stars5 Stars (132 votes, average: 3.70 out of 5)