1,672 reputation
31628
bio website knocktastic.com
location Spokane, WA
age 31
visits member for 2 years, 9 months
seen Apr 29 at 20:38
stats profile views 147

I'm a lumberjack, and I'm ok.


Aug
23
revised How to use custom post type APIs, but use a different db table
Added use case
Aug
23
asked How to use custom post type APIs, but use a different db table
Aug
19
awarded  Notable Question
Aug
11
awarded  Yearling
Jul
31
awarded  Popular Question
Jul
28
awarded  Notable Question
Jul
3
comment Exclude categories from postquery
Wouldn't this function best be a pre_get_posts filter?
Jun
15
revised Optimize apache for WP use
edited tags
Jun
14
revised The MySQL alternatives: Do Percona Server and MariaDB work well with WordPress, and do they make WordPress go better?
edited tags
Jun
11
comment When should you use WP_Query vs query_posts() vs get_posts()?
The question was "When should you use... query_posts()" and according to the logic presented by that blog post and the comments above, the answer is likely never.
Jun
9
comment When should you use WP_Query vs query_posts() vs get_posts()?
There's a freaking awesome explanation of query_posts written by John James Jacoby on the developer.wordpress.com blog that blows all of these answers out of the water. The main point: query_posts doesn't modify the main loop at all, it replaces it after it has already run. The best way to modify the main loop is through a pre_get_posts filter. developer.wordpress.com/2012/05/14/…
Jun
8
answered Basic Multisite Question - Managing Content Centrally
Jun
8
revised Why do Custom Nav Menus generate so many classes on list items? Can I manage this somehow?
added 58 characters in body
Jun
8
awarded  Constituent
Jun
8
awarded  Caucus
Apr
5
awarded  Popular Question
Mar
14
comment How to dequeue a script?
That function exists because of this question :)
Mar
12
awarded  Famous Question
Feb
21
accepted Where did the screen options menu go?
Feb
21
accepted How to disable admin flyout menus?