pepperhorn
Forum Replies Created
-
Forum: Plugins
In reply to: [Active Directory Integration] Bind username/password please!second the post above .. plugin looks great but I can’t authenticate since I can’t bind to user.
Grandpaslab: can you share your hack?
Thanks!
Forum: Fixing WordPress
In reply to: Trouble with pre_get_postsHey guys …
Appreciate the input. The priority number was the next thing I was going to try. Will have a poke through the WPEC functions too .. I notice they’re using pre_get_posts in a function called ‘wpsc_generate_product_query’ … plus there’s a variety of different priority integers assigned so it’ll probably involve a bit of play to get it working right.
Will post up any success or failure! 😉 ..
Thanks again!
Shaun
Forum: Fixing WordPress
In reply to: Trouble with pre_get_postsHi …
I’m finding a similar problem with WP e-commerce … can’t seem to hook into the main_query with is_main_query through pre_get_posts (even though it should be the main query!).
Did you manage to sort out what in WPEC was affecting the hook?
Thanks!
Shaun
Forum: Plugins
In reply to: [Query Multiple Taxonomies] Order tags by term_groupHey Ravi …
Appreciate your response. I was aware of how to grab the taxonomies by term_group (using the standard query) … I’ve realized that I need to first grab all the taxonomies in term_group ‘x’ and then run them through the loop …
Trying to do all this with as little overhead as possible. I may have to just go with additional custom taxonomies.
If anyone has a canned option for doing this I’d appreciate it. Back to the codex and google for me! 😉
Shaun