| bio | website | chacha102.com |
|---|---|---|
| location | San Diego, CA | |
| age | ||
| visits | member for | 11 months |
| seen | May 10 at 2:14 | |
| stats | profile views | 12 |
I am a students and programmer, out to improve the world in any way I can. If you don't know me, drop me a line at tyler@chacha102.com, or talk to me on Twitter.
My resume is available here.
|
Feb 15 |
awarded | Scholar |
|
Feb 15 |
comment |
Setting get_queried_object In this case, it is my hope that get_queried_object would change. |
|
Feb 15 |
accepted | Setting get_queried_object |
|
Feb 14 |
asked | Setting get_queried_object |
|
Dec 12 |
comment |
Using a different template per Custom Taxonomies for single term archive pages @ZachL You don't have to specify the exact term, just the taxonomy. taxonomy-$tax.php. Its already built into WordPress. |
|
Dec 11 |
comment |
Using a different template per Custom Taxonomies for single term archive pages @ZachL taxonomy-$term.php would solve that for you. Just look further down the hierarchy chain. |
|
Dec 7 |
comment |
Prevent Data Resubmission On Page refresh My above comment however makes it impossible to submit forms after the time limit has expired. Another method is generate the ID, and then create the transient on the form submit. The first time it hits, it won't find it, so it processes and then creates a transient. Further submissions will find the transient and cause it to fail. |
|
Dec 7 |
comment |
Prevent Data Resubmission On Page refresh The issue with this is that you set it before you submit the first time, making the form impossible to ever submit. I'd set the transient, check for it, and then remove it. The second time when it doesn't find it, you've got a duplicate. |
|
Dec 6 |
answered | How do I park secure.primary.com on top of the multisite ID:1 domain: www.primary.com (primary multisite domain) |
|
Dec 6 |
answered | Where did the “WP-Custom” plugin go? |
|
Dec 1 |
revised |
How does WordPress determine which multisite the user is on from the URL? added 318 characters in body |
|
Dec 1 |
answered | How does WordPress determine which multisite the user is on from the URL? |
|
Nov 22 |
answered | custom post type capabilities - needs to be VERY secure |
|
Nov 22 |
answered | frontend show edit profile with selected custom options |
|
Nov 21 |
answered | Can't get expected result from a wpdb query |
|
Nov 21 |
answered | Why does running get_the_excerpt() when generating JSON file take 28 seconds vs. 599 milliseconds without it? |
|
Nov 20 |
awarded | Critic |
|
Sep 17 |
awarded | Citizen Patrol |
|
Jul 5 |
comment |
Save custom post type not working @Chris_O It adds in a bunch of HTML to make the resulting page look nice, which isn't needed if you are trying to debug. |
|
Jul 5 |
comment |
Save custom post type not working @Chris_O I wouldn't use wp_die as it clutters up the output, and for a developer it doesn't really matter if the returned page is prettiful. |