About Katz Web Services
Katz Web Services is a web development company operated by Zack Katz.
-
Plugin Support Topics
Popular Posts
- Simple Vertical Align Plugin for jQuery
- How to Create a Custom RSS Feed in WordPress in 12 Lines of Code
- Contact Form 7 Modules - A Plugin
- iContact Widget for WordPress
- Gravity Forms Shortcode - A Detailed Explanation
- SEO WordSpinner Plugin - A Killer SEO Plugin for WordPress
- jQuery validator annoyances
- Weather Forecasts for WordPress - WP Wunderground Plugin
Tag Cloud
Search Engine Optimization WordPress Plugins Optimization Plugin SEO Functions.php Blogging Interspire Customization WordPress Code Website Redesign eCommerce Shopping Cart Interspire Development Web Design Design Marketing WP Plugins WordPress Development Domains Interspire Shopping Cart Search Google Links Nofollow Google SEO CSS WordPress SEO Denver SEO Denver
Tag Archives: admin
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
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