-
Recent Posts
Popular Posts
- Contact Form 7 Modules - A Plugin
- iContact Widget for WordPress
- Simple Vertical Align Plugin for jQuery
- Gravity Forms Shortcode Explained
- How to Create a Custom RSS Feed in WordPress in 12 Lines of Code
- Weather Forecasts for WordPress - WP Wunderground Plugin
- Rich Text Tag, Category, and Taxonomy Descriptions for WordPress
- Kick SEO Ass with SEO WordSpinner Plugin for WordPress
Category Archives: WordPress
How to View All (or more) Posts at once in WordPress Administration
Here’s the deal: I wanted to be able to temporarily see all the posts at once in the WordPress Administration, so I went into the wp-admin folder, and poked around, and became frustrated: it wasn’t that simple!
Go to /wp-admin/includes/post.php and scroll to line 517. You will see
wp("post_type=post&what_to_show=posts$post_status_q&posts_per_page=15&order=$order&orderby=$orderby");
Change the posts_per_page value to whatever you want it to be. Note: deleting the code will not let you view all posts.
WARNING: I don’t ever like to modify the default WordPress files, because when they get updated, you’ll be screwed. This is a only a temporary fix. It will not last if you update WordPress.
Posted in Code, WordPress
Tagged admin, post.php, Posts, View All, WordPress, WP-Admin, wp-includes
2 Comments
MomJobSeeker.com launched!
Mom Job Seeker prepares mothers re-entering the workplace after their kids have grown up a bit. April Stensgard, owner, contacted Katz Web Design with the goal of having a business blog that would facilitate online event registration.
Faced with this task, I took WordPress, added the eShop plugin, and Event Calendar and Event Manager (now defunct) and rolled it into a custom event management solution.
Posted in Web Design Portfolio, WordPress
Tagged Event, Event Registration, Events, Management, Plugin, registration, WP Plugins
Leave a comment
How I fixed WP-DownloadManager 404 errors

I use LesterChan‘s Download Manager plugin, and it’s great. Good interface, simple purpose.
I recently found out that after upgrading a client’s site to WP 2.5, WP-DownloadManager was no longer working. I followed the documentation on the plugin website, including resetting the permalink structure, but nothing worked.
For some reason the re-write wasn’t working properly: all the downloads were giving 404 errors. I couldn’t figure it out, so I dove into the code. I found the part of the plugin that rewrites the download links, and found the problem.
Admin Drop Down Menu plugin does not break WordPress 2.5 Image Uploader [updated]
The plugin has been updated. The multitudes may celebrate fewer clicks!
As sad as it is to admit (since the plugin has saved me thousands of clicks), Admin Drop Down Menu by Ozh breaks the WordPress image uploader. If you’ve tried everything WordPress tells you to do in order to fix that Image Gallery feature and multiple image upload capability in WordPress 2.5, and disable this plugin.
WordPress 2.5 help pages
- Image/Media Uploader Problems
- Internet Explorer 7 problems with 2.5 Gallery
- WordPress 2.5 Plugin Compatibility List – Warning: it was wrong about the Admin Drop Down Menu, so who knows what else it’s wrong about!
Posted in WordPress
Tagged admin, compatibility, errors, gallery, help, image uploader, Plugin, WordPress, wordpress 2.5
3 Comments




Nofollow SEO for your WordPress Functions
Pretty crude idea of nofollow, isn't it?
While working on a recent website, I became frustrated by the lack of nofollow support in many WordPress functions. Make that, most WordPress functions.
There are a few WP functions that I wanted to add nofollow to, so here’s a list and a download link: Read more…