102 reputation
10
bio website
location Cambridge, United Kingdom
age
visits member for 1 year, 11 months
seen May 14 at 19:16
stats profile views 22

May
8
awarded  Popular Question
Jan
8
accepted Large image upload size (using timthumb.php
Jan
8
asked Large image upload size (using timthumb.php
Dec
3
accepted Referencing parent theme image from child theme
Dec
3
comment Referencing parent theme image from child theme
Fantastic. So simple. Thank you!
Dec
3
asked Referencing parent theme image from child theme
Nov
21
awarded  Popular Question
Nov
2
comment Accessing site's root from themes folder
Thanks for this kaiser, a very good insight. I will attempt to do something similar for my setup. Certainly solves my issue even though I have to change a few things around.
Nov
2
accepted Accessing site's root from themes folder
Nov
2
awarded  Popular Question
Nov
2
asked Accessing site's root from themes folder
Oct
1
accepted Displaying additional User Contact Information
Sep
22
comment Wordpress Multisite plugin delegation
Thanks for the link, but I'd prefer a solution that doesn't involve having to bolt on an extra plugin.
Sep
20
asked Wordpress Multisite plugin delegation
Dec
21
accepted Exclude the parent custom post-type posts only
Dec
20
comment Exclude the parent custom post-type posts only
If a post doesn't have any children it should be excluded yes. Thanks a lot @Rutwick_Gangurde :)
Dec
20
comment Exclude the parent custom post-type posts only
Apologies but I'm not sure exactly how to do this. Could you explain in more detail?
Dec
20
comment Display custom-post type based on the Title matching the current selected value
thanks a lot for you help. Really appreciate it. I solved the issue by simply using get_meta() in your php code rather than using Magic Field's own syntax of get()
Dec
20
comment Display custom-post type based on the Title matching the current selected value
Hi @nackle - not sure what your last chunk of jquery was supposed to be doing? We're almost there, because everything is working great but it's very important that I am able to include this custom field in your php code you gave me earlier. Would be great if anybody has a solution?
Dec
20
comment Exclude the parent custom post-type posts only
Gandurde - The problem is, this is doing the opposite to what I am trying to achieve. I want to display the CHILDREN only, not the PARENTS. The code in that solution displays the PARENTS ONLY, and excludes the children :)