#wordpress Anyone know a good way to detect if a post is saved via quick edit? Doing this -> is.gd/i3gWp
@trepmal Infinite-1 would be a reasonable limit #WordPress
@cbraddoss Yes, because you need to set cookies for each domain #WordPress
Well that move was easy. I was expecting more problems to crop up. Oh well… #wordpress
@trepmal Use a custom meta box class, ditch custom fields, … PROFIT! is.gd/gHZ8Z #WordPress
@trepmal Assign a default taxonomy? You register a taxonomy and then can assign it to a post/page type #WordPress
@trepmal Sweet! I use custom taxonomies all the time #WordPress
spending some time in the #WordPress support forums
@trepmal Woohoo congrats! #wordpress
@trepmal For multiside, I set the siteurl and home vars to the domain name then it looks just like a standalone site. #wordpress
@trepmal Oooo I’d like to see the code for that. #wordpress
@rochellefp These will come in handy tr.im/TmWl and tr.im/TmWm #wordpress
@rochellefp There is a section about importing content from an RSS feed, so if you make an XML file using that format, #wordpress will slurp
How can I add parameters to a callback function like in add_meta_box( $id, $title, $callback, $page, $context, $priority ); #wordpress
Installed #WordPress in root, front page is a static page but want /blog to be blog index page (10 recent posts) Any help?