Listing out Database Table Names

December 28th, 2009 § 0

Ok, for WordPress & WPMU, let me preface this post with saying standard WordPress tables can be found by using the $wpdb object (paste the below code and you might be surprised on what’s available to you).

echo "<pre>"; print_r($wpdb); echo "</pre>";

But, let’s say the plugin you’re working with in WordPress isn’t in the $wpdb object & you still need to grab a list of non-standard tables, I’ve been using the below code to grab the information I need. » Read the rest of this entry «

Plugin: WP-CMS Post Control

December 21st, 2009 § 0

One plugin that comes in real handy for a lot of the campaigns we work on is called WP-CMS Post Control. It’s not a power house plugin that changes a core functionality of WordPress, but one that makes working with WordPress defaults a little less annoying.

For us, the two most common settings we change are found right under the General Settings sub-heading; uploader type and post/page autosave. For many of you that work with WordPress day in & day out, you can imagine how handy this may be, but for others who don’t know, I’ll explain a little further. » Read the rest of this entry «

Where Am I?

You are currently browsing the WordPress category at SilentGap.