| bio | website | aaronjholbrook.com |
|---|---|---|
| location | Huntley, IL | |
| age | 29 | |
| visits | member for | 1 year, 4 months |
| seen | May 23 at 16:11 | |
| stats | profile views | 5 |
WordPress Developer and father of two amazing boys.
Loves spicy chicken wings and watching Day[9] cast Starcraft games.
|
Oct 22 |
comment |
Custom Taxonomy WP_Query for All Terms in a Taxonomy? This was extremely helpful for me. Thanks @kevinlearynet |
|
Aug 6 |
answered | Does WP have a global of $id? |
|
Aug 3 |
answered | Recommende e commerce plugin for simple needs |
|
Jul 23 |
awarded | Citizen Patrol |
|
Jul 23 |
answered | How do I pass data from page content to the underlying PHP template |
|
Jul 20 |
comment |
Hint for a Wordpress Theme Development - Homepage @Brightweb: You can register a custom taxonomy to use in conjunction with your CPT. I typically then create a term in the taxonomy called featured. I treat it special and filter it in a query by using tax_query in the array. |
|
Jul 19 |
comment |
Saving Revision of post meta key/value on each update_post_meta event Yea - ok, so serialized arrays were a big stumper for me as well until I understood them. Basically a serialized array is a multidimensional array (think rows and columns) squashed flat so it fits into a one dimensional cell in a table. Read Nacin's post to understand a little more: nacin.com/2010/04/18/wordpress-serializing-data Yes the serialized array could expand as much as you need it to to store each revision (if you wanted you could even cap it at say 1000 or whatever you wished). You could either store each custom field in a separate history array or in one big giant one. |
|
Jul 18 |
comment |
Saving Revision of post meta key/value on each update_post_meta event You could use a serialized array instead of a straight string, and push the new revision time onto the serialized array. |
|
Jul 18 |
answered | Saving Revision of post meta key/value on each update_post_meta event |
|
Jul 18 |
answered | Hint for a Wordpress Theme Development - Homepage |
|
Jul 18 |
answered | Echo all meta keys of a custom-post TYPE |
|
Jul 8 |
revised |
turn single domain off added alternative solutino |
|
Jul 8 |
comment |
Get child taxonomy in <ul> What is the output of var_dump($terms) right before your foreach? |
|
Jul 8 |
answered | turn single domain off |
|
Jul 7 |
awarded | Teacher |
|
Jul 7 |
awarded | Supporter |
|
Jul 7 |
revised |
Is there a way to keep youtube videos from displaying on home page, and display only on single posts? removed erroneous equal sign |
|
Jul 7 |
comment |
Is there a way to keep youtube videos from displaying on home page, and display only on single posts? It's different from the more tag, because it shows different content. I.e. you could write a summary or an excerpt instead of just the first 55 characters. Excerpt is just text, therefore you cannot add images or formatting. |
|
Jul 6 |
revised |
Is there a way to keep youtube videos from displaying on home page, and display only on single posts? fixed spelling error in title (form->from) |
|
Jul 6 |
suggested | suggested edit on Is there a way to keep youtube videos from displaying on home page, and display only on single posts? |