198 reputation
7
bio website
location
age
visits member for 1 year, 6 months
seen Apr 17 at 19:41
stats profile views 4

Mar
26
awarded  Popular Question
Mar
23
comment Why does get_term() require taxonomy? Are term_ids not unique?
Thanks for updating this question to choose the correct answer, Tom! Hopefully this will help those who land on this question in the future. And thanks for the answer/links. Very helpful.
Mar
23
comment Why does get_term() require taxonomy? Are term_ids not unique?
This is DEFINITELY the case! This bug bit me on a large (several hundred) multisite installation... Very weird. AND notice that the bug is 5 years old... However, the patch is scheduled for inclusion in the 3.6 release, so this may actually get fixed! (Finally! :) )
Mar
1
comment Renaming Custom Post Types and Taxonomies
When I did this, I updated the guid field as well. This might help make it unnecessary to regenerate permalinks as @AndyGiesler mentioned. Just include the following in your UPDATE statement: guid=REPLACE(guid, '<old post type name>', '<new post type name>')
Mar
1
answered Bulk post type conversion
Jan
25
answered Adding a Taxonomy Filter to Admin List for a Custom Post Type?
Dec
26
accepted What is the advantage of the wp_options design pattern?
Dec
21
awarded  Editor
Dec
21
comment What is the advantage of the wp_options design pattern?
Thanks for your comment! I've updated the question.
Dec
21
revised What is the advantage of the wp_options design pattern?
added 246 characters in body
Dec
21
asked What is the advantage of the wp_options design pattern?
Aug
26
comment WP_Query leaking absurd amounts of memory
Thanks for the response, Thomas! I just ended up writing some raw SQL, as I recall. However, this probably would have worked too. Thanks so much! :)
Aug
26
awarded  Self-Learner
Aug
26
awarded  Teacher
Jun
6
accepted WP_Query leaking absurd amounts of memory
Jun
6
answered WP_Query leaking absurd amounts of memory
Jun
1
asked WP_Query leaking absurd amounts of memory
May
24
asked How to automate setup of theme, pages, widgets, etc for a new site in multi-site?
Feb
14
awarded  Student
Feb
1
awarded  Scholar