PliablePress Went Live With Chameleon Framework And Many Themes

PliablePress, a WordPress project created by the author of Pro Blog Design, Michael Martin, recently went live today after a long time awaiting. PliablePress project comes with its WordPress theme framework - Chameleon and a bunch of themes. … [Read more...]

Displaying A Login Form In Sidebar Now Made Easy In WordPress 3.0

In WordPress 2.x and ealier, to display a login form in sidebar, we must use some raw PHP codes. But since version 3.0, WordPress provides new function, wp_login_form(), to make it done easily. In this article, we'll see how the function … [Read more...]

Change Editor Style In WordPress 3.0

In WordPress 3.0, there's a new interesting feature: you can change the style of default post editor (TinyMCE). It means you can make the post content in visual editor look exactly the same as in the front-end. You don't need to save the post, … [Read more...]

WordPress Tip: Move A Comment From A Post To Another

Sometimes we meet the situation when someone asks about something by leaving a comment in a post, but the question is very different from the post content. For example: ask about SEO in a post that writes about CSS3, ask about WordPress in a post … [Read more...]

How To Create A Better Meta Box In WordPress (Part 2)

After I wrote the article How To Create A Better Meta Box In WordPress Post Editing Page, I received some questions that asked me how to create multiple meta boxes for multiple post types (in WordPress 3.0). So I decide to improve the script to do … [Read more...]