As you all may know the default WordPress post editor is based on the TinyMCE WYSIWYG editor. A big advantage in my opinion is that the post editor only contains the really necessary items for formatting text. But sometimes you just want to add something to it. Click here to find out how you can achieve this.
WordPress Plugin: LDB WP e-Commerce iDeal
For almost two years now I’ve been using Magento for the development of webshops. But sometimes clients that aren’t that tech-savvy demand a more ‘accessible’ solution. Because I’m also a WordPress developer I decided to take a look if the WordPress community offered a decent e-Commerce solution. Although I’m a bit skeptical about some coding techniques that are used I really like WP e-Commerce for it’s simplicity and ease-of-use. It just lacks one thing, a decent payment gateway for iDeal. Continue reading “WordPress Plugin: LDB WP e-Commerce iDeal”
How to remove the default author profile fields in WordPress
When working on a client’s website you want the back-end to be as clutter-free as possible to avoid having to explain what certain things mean. This recently was the case when I was working on a WordPress website. I didn’t want the bother the client with fields for AIM, Jabber / Google Talk or Yahoo IM. Removing these fields was really easy to do. Continue reading “How to remove the default author profile fields in WordPress”
Changing the style of the default WordPress post editor
Recently a client of mine wanted to have the post editor in WordPress mimic the styles used on the front-end. And although I’m a big fan of WYSIWYM and rather not use WYSIWYG editors at the end of the day the client pays the bill. Continue reading “Changing the style of the default WordPress post editor”
WordPress plugin: LDB External Links
After my post on how to clean up the target=”_blank” in a WordPress post I decided to turn my code into a WordPress plugin.
WordPress is my CMS of choice but I also love XHTML 1.1 which means that the default way WordPress handles for opening links in a new window doesn’t validate. That’s why I wrote this plugin. Continue reading “WordPress plugin: LDB External Links”