Category Archives: WordPress
Jan 8, 2010 by Matt | Posted in Featured, WordPress
WordPress has a nice media uploader dialog that it uses on the editor pages. Now wouldn’t it be nice if you could use it to handle image uploads for part of a plugin or theme you’re writing? Maybe you want to add an easy way to change the logo in a theme? A simple “Upload Image” button would work quite well for that, wouldn’t it?
It’s fairly simple to implement, providing you already have a bit of experience with the WordPress API.
The first step is to prepare your HTML. Put it wherever the code for your admin page is. You want to have a text input for the image URL, and a button that will launch the uploader dialog.
Continue reading →
Jan 7
WooThemes has taken their famous “Permanent 2-for-1″ offer and made it even better. A standard theme purchase now includes two extra themes instead of just one (making it a 3-for-1 deal). Developer packages, which include the PSD source files, include three extra themes. That…
Jan 5
This month’s featured WordPress theme is LiveTwit by Templatic. LiveTwit is a WordPress theme that isn’t for blogging. It’s primary focus is to make it dead-simple to create a “Twitterwall” like Helveti-Tweet or wpTweety. It pulls a live feed of data from the Twitter…
Jan 4
AJAX Edit Comments, a popular WordPress plugin that allows commentators to edit their messages for a time after they post, has become a commercial plugin. Jeff of WP Tavern managed to ask the authors a few questions about their decision. Are there plans to…
Dec 29
Have you ever downloaded a WordPress theme that had support for a specific plugin built-in? When you installed the plugin the theme recognized that the plugin was activated and adjusted itself to accommodate. If you were to deactivate the plugin, the theme would gracefully…
Dec 22
Starting in version 2.7, WordPress has a pull-down “Help” menu in the upper-right corner of the screen, often joined by another menu for configuring display options for the page in question. By default the “Help” menu doesn’t do much. It gives some useful pointers…
Dec 21
WordPress 2.9 is now available. The new version includes plenty of new features on both the user and developer sides, including a global “trash can” for posts and comments, basic image editor, rel=canonical support, native support for post thumbnails (should your theme activate the…
Dec 3
Yoast has a post up discussing some of the Geeky bits in WordPress 2.9. Thanks to Peter Westwoord’s WordPress Beta Tester plugin, this blog is on the 2.9 development track again, after having been off trunk for a couple of months. That plugin makes…
Nov 19
WP Super Cache is commonly used to speed up WordPress blogs and reduce server load. In essence, it stores static HTML copies of pages on your blog so they will load faster the next time they are accessed. It works fairly well, but with…
Nov 18
Digging into WordPress has recently published a new article on securing WordPress. It covers setting up optimal database privileges, adjustments you can make to your wp-config.php file, changing the table prefix, changing the default admin username, and a couple other things. Of course, when…