392 reputation
425
bio website jonathanwold.com
location Coeur D'Alene, ID
age 26
visits member for 2 years, 5 months
seen May 17 at 18:04
stats profile views 104

I am a husband, father, and full-time web developer :).


Apr
17
awarded  Popular Question
Mar
26
comment CPT archive 404ing when using a custom taxonomy name as a variable
Disabling query_var did the trick - Thank you!
Mar
26
accepted CPT archive 404ing when using a custom taxonomy name as a variable
Mar
26
comment CPT archive 404ing when using a custom taxonomy name as a variable
Thank you for the feedback! I had forgotten about disabling query_vars. I'm going to give that a test and report back.
Mar
26
answered Order terms by term_order
Mar
23
awarded  Popular Question
Mar
21
comment CPT archive 404ing when using a custom taxonomy name as a variable
@vancoder It works in the sense that the parameter hits the page, is passed in, and could be used in the filtering process (it's not being used, so the results don't change). What I want is for the "speakers" parameter to work without giving me a 404.
Mar
19
comment CPT archive 404ing when using a custom taxonomy name as a variable
Thanks for the feedback, Milo. I will take a look and report back after investigating further.
Mar
14
asked CPT archive 404ing when using a custom taxonomy name as a variable
Mar
10
awarded  Notable Question
Feb
28
awarded  Popular Question
Feb
17
awarded  Popular Question
Feb
14
comment wp_insert_post - How do I prevent incremental numbers on child pages?
Ok, that was step #1.. I wanted to know if it should work. I noticed your code is not passing in post_name. Perhaps I should try not declaring it.
Feb
14
comment wp_insert_post - How do I prevent incremental numbers on child pages?
Good question. Yes, it is. Always good to make sure :).
Feb
14
comment wp_insert_post - How do I prevent incremental numbers on child pages?
The $parent_id is unique. It's a function that is triggered via AJAX (you click a "Generate Pages" button). The ID is passed into the function and it does its job. Now, I can easily go back and edit the child slugs and remove the duplicates so it does work and, you're right, I can also do it manually.
Feb
14
revised wp_insert_post - How do I prevent incremental numbers on child pages?
adding additional details
Feb
14
comment wp_insert_post - How do I prevent incremental numbers on child pages?
I am explicitly declaring post_name and post_parent. I'll update with the code I'm using.
Feb
14
asked wp_insert_post - How do I prevent incremental numbers on child pages?
Feb
12
asked wp_list_pages - Using a Walker to customize output order
Feb
12
comment Best Practice For Querying Grandchildren?
That looks solid to me! Thank you! (I have to wait to award bounty). For my reference, why does the if clause need to be updated to check for $results and $results->have_posts()?