934 reputation
613
bio website literalbarrage.org/blog
location Philadelphia, PA
age 35
visits member for 2 years, 9 months
seen Feb 26 at 5:26
stats profile views 63

MacLinuxSysAdminWordPressTwitterHumo[u]rGeekStephensonMUDsButNotWoW

phew!


Jan
29
awarded  Enlightened
Jan
29
awarded  Nice Answer
Dec
15
comment How to manage attachment relationships for specific posts in WP 3.5+
Oughtn't this be the default?
Aug
11
awarded  Yearling
Jun
8
awarded  Constituent
Jun
8
awarded  Caucus
Apr
23
awarded  Taxonomist
Mar
28
awarded  Notable Question
Mar
12
accepted What's the easiest way to change the default landing page for BuddyPress groups?
Mar
12
comment What's the easiest way to change the default landing page for BuddyPress groups?
Sweet! That works like a charm.
Mar
12
comment What's the easiest way to change the default landing page for BuddyPress groups?
This mostly works, though it seems to interfere with the old group Home/group Activity tab -- can't seem to reach it.
Mar
12
comment What's the easiest way to change the default landing page for BuddyPress groups?
Hmmm. What version of BP is that in? I don't seem to have it in 1.5.4.
Mar
8
asked What's the easiest way to change the default landing page for BuddyPress groups?
Mar
7
answered Programmatically add a Navigation menu and menu items
Feb
27
comment Automating deprecated call checks?
Most versions of grep will need a -n appended as well in order to get the line numbers prepended.
Feb
9
comment Using one WP_Query object within the loop of another WP_Query object
Pretty much, yup.
Feb
8
comment Using one WP_Query object within the loop of another WP_Query object
Have you checked out the updated gist I left over on github? gist.github.com/1764801
Feb
7
comment Using one WP_Query object within the loop of another WP_Query object
You're essentially parsing through two arrays of objects and then doing the same thing over again -- you're duplicating your effort to avoid $post-related clobberings. I may have to give this some thought.
Feb
7
comment Using one WP_Query object within the loop of another WP_Query object
Bill's got the right end of the stick on this one, methinks. Though it does seem a tad un-optimized.
Feb
7
comment Using one WP_Query object within the loop of another WP_Query object
This won't work. It will continually return a single testimonial.