| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 5 months |
| seen | May 1 at 19:22 | |
| stats | profile views | 5 |
|
Sep 29 |
comment |
What does $2$3 mean? Yeah... I guess I don't hardly ever use preg_replace and now that I'm looking at it, I believe you are right. And yeah, this is no longer a wordpress question, whoops. |
|
Sep 29 |
comment |
What does $2$3 mean? Wasn't sure if it was a wordpress function or a php function. Ok, there's the surrounding code. |
|
Apr 10 |
comment |
How do I make script load after jquery? ... is 'jquery' needed in wp_enqueue_script? |
|
Apr 10 |
comment |
How do I make script load after jquery? Awesome! Thanks! |
|
Mar 8 |
comment |
How do I list a custom field and custom taxonomies for each result in a loop? Ah yes, $post->ID is not working. Thanks a bunch! |
|
Mar 8 |
comment |
How do I list a custom field and custom taxonomies for each result in a loop? ... if you want to update your original post to include my last comment I would love to give you the points! Also, make sure you change "$term->name" to "$t->name". |
|
Mar 8 |
comment |
How do I list a custom field and custom taxonomies for each result in a loop? Found out that you need to use "get_the_id()" instead of "$post->ID" in "get_post_meta( get_the_id(), 'the_meta_key_you_want', true );" |
|
Mar 8 |
comment |
How do I list a custom field and custom taxonomies for each result in a loop? Awesome. The taxonomy one works. But why am I getting a white screen of death on the get_post_meta one. |
|
Feb 21 |
comment |
Where should I hook into admin? admin_init is it! |
|
Feb 2 |
comment |
How can I restore admin capabilities? I'll give you the points if you can explain what all the numbers are/mean! |
|
Feb 2 |
comment |
How can I restore admin capabilities? ... and please don't suggest a plugin ;) |
|
Jan 28 |
comment |
How can I move (or create another) publish button? Oh nice. Thanks for the PHP code there. Any idea how to include the original AJAX functionality? |
|
Jan 28 |
comment |
How can I move (or create another) publish button? Apparently you can just copy and paste the HTML from the major-publishing-actions div but you lose some javascript interaction as the page tries to reload instantly (even though it posts on reload) instead of working the ajax (with the spiny wheel next to publish). Still looking for the perfect solution. |
|
Jan 24 |
comment |
The Difference Between Hierarchical and Non-Hierarchical Taxonomies? Can you also explain what is hierarchical to what? Is the taxonomy-group hierarchical to the post type? Or is the individual taxonomy hierarchical to the taxonomy-group? I'm just thrown off by the word hierarchical I guess. Thanks. |