100 reputation
19
bio website somethingididntdo.com
location
age
visits member for 1 year, 11 months
seen May 9 at 11:21
stats profile views 6

Jan
11
comment Query two taxonomies via URL or link (ie. not via specific template)?
I've edited the question some, and realise I could do it with GET variable, although I would rather a nice URL structure if possible. Or rather: if there is a simple Wordpress way to query across taxonomies, that would be a good thing to know. Thanks Rarst!
Jan
11
revised Query two taxonomies via URL or link (ie. not via specific template)?
Added more information, changed title to better reflect the question
Jan
11
asked Query two taxonomies via URL or link (ie. not via specific template)?
Jan
4
accepted My class function is not seeing GET url paramaters
Jan
4
answered My class function is not seeing GET url paramaters
Dec
30
comment My class function is not seeing GET url paramaters
I've figured it, but I can't post my answer yet! basically I forgot to declare $wp_query as a global variable to use the filters within my class. DOH. I'll post code when I'm allowed.
Dec
30
asked My class function is not seeing GET url paramaters
Dec
22
asked How to make my plugin code die gracefully
Dec
21
comment Recommend a guide to catching plugin errors, please?
Can't believe I didn't know about the debug bar. Very handy.
Dec
20
comment Recommend a guide to catching plugin errors, please?
Thanks. That's a great start. I'd never run across the WSOD before so this should get me on the right track to writing some more robust code!
Dec
20
accepted Recommend a guide to catching plugin errors, please?
Dec
17
asked Recommend a guide to catching plugin errors, please?
Dec
8
accepted When to use Wordpress loop or Foreach loop?
Dec
8
comment When to use Wordpress loop or Foreach loop?
Ahhhaa. I was going to edit it and ask again, but actually it is essentially a question of 'get_posts' vs query_posts. Ha. Oops. Sorry for the reask then :) And thanks for the swift answer and link!
Dec
8
revised When to use Wordpress loop or Foreach loop?
changed 'get_categories' to 'get_posts'
Dec
7
asked When to use Wordpress loop or Foreach loop?
Oct
31
accepted How do I pass an argument to my custom walker?
Oct
20
awarded  Tumbleweed
Oct
19
comment How do I pass an argument to my custom walker?
Hey Rarst.I've tried implementing that, but I keep getting errors. I've updated my code, and included the template call to the walker function. Am I missing something?
Oct
19
revised How do I pass an argument to my custom walker?
update to code