| bio | website | drewgourley.com |
|---|---|---|
| location | Omaha, NE | |
| age | 27 | |
| visits | member for | 2 years, 2 months |
| seen | Jan 17 at 16:42 | |
| stats | profile views | 82 |
I'm a graphic designer by degree and a web designer/developer by experience. I love to work with WordPress because of its extendability and overall ease of use.
|
Mar 23 |
awarded | Yearling |
|
Dec 5 |
awarded | Revival |
|
Sep 3 |
answered | Restrict WordPress to Private |
|
Aug 14 |
comment |
Adding a Taxonomy Filter to Admin List for a Custom Post Type? So glad to see this helping people out, and thanks for the update @englebip! Thanks so much for the love everybody! |
|
Jun 8 |
awarded | Constituent |
|
Jun 8 |
awarded | Caucus |
|
Mar 23 |
awarded | Yearling |
|
Mar 23 |
comment |
WooThemes: Premium News Featured Post Slider Not Showing Images @songdogtech OH I was just fooling around! (was saying that WooThemes are "premium" poo. |
|
Mar 23 |
comment |
WooThemes: Premium News Featured Post Slider Not Showing Images Snap! (also the fact that you didn't put "premium" in quotes almost got you a downvote. BE WARNED |
|
Feb 29 |
comment |
Is there a hook that runs after a user logs in? Checked, wp_login does run after authentication. What specifically do you need done? |
|
Feb 29 |
comment |
Is there a hook that runs after a user logs in? whoopsie... I'll check and update the answer. |
|
Feb 3 |
comment |
Incrementing a class in a custom walker That's a nice move with get_post_custom - I was just doing a copypasta of her code and adding my stuff in. the lack of a space is so the class is color3 instead of color 3 - I'm just outputting the number. |
|
Feb 3 |
comment |
Incrementing a class in a custom walker By scope I meant the entire process. Added prefix ac_ for 'amanda custom'. Thanks. |
|
Feb 3 |
revised |
Incrementing a class in a custom walker added 21 characters in body |
|
Feb 3 |
comment |
Incrementing a class in a custom walker Fair enough. The other answer is more elegant, but mine still solves the problem - not sure if it warrants a downvote... I will say that the likelihood of $color_num conflicting is really low, especially in the scope of any process that this walker would be run in. |
|
Feb 3 |
answered | Incrementing a class in a custom walker |
|
Jan 12 |
revised |
Can I add a Category Metabox to attachment? Edits based on comments. |
|
Jan 12 |
comment |
Can I add a Category Metabox to attachment? Oh oops, I cobbled it together thinking I was being convenient. I'll fix it here in a sec. Good point on the return, though, I wasn't having any trouble with it. |
|
Jan 12 |
revised |
Can I add a Category Metabox to attachment? Added re-worked code to allow for multiple post editing and also shared the taxonomy I registered to go with the snippet. |
|
Jan 10 |
comment |
Adding a Taxonomy Filter to Admin List for a Custom Post Type? @helgatheviking - nice. |