| bio | website | faunadiseno.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 1 month |
| seen | Dec 13 '12 at 22:18 | |
| stats | profile views | 14 |
|
Dec 13 |
awarded | Notable Question |
|
Dec 12 |
awarded | Self-Learner |
|
Nov 19 |
awarded | Notable Question |
|
Oct 8 |
awarded | Popular Question |
|
Aug 30 |
awarded | Popular Question |
|
Mar 25 |
awarded | Teacher |
|
Mar 23 |
awarded | Student |
|
Mar 22 |
accepted | Get Posts by Custom Post Type ,Taxonomy, and Term |
|
Mar 22 |
answered | Get Posts by Custom Post Type ,Taxonomy, and Term |
|
Mar 14 |
revised |
Get Posts by Custom Post Type ,Taxonomy, and Term Found the answer! |
|
Mar 14 |
comment |
Get Posts by Custom Post Type ,Taxonomy, and Term I need to wait 7 hours to post the solution :( |
|
Mar 14 |
comment |
Get Posts by Custom Post Type ,Taxonomy, and Term Ok, so it looks like I over thought all of this and the solution was really simple: |
|
Mar 14 |
awarded | Editor |
|
Mar 14 |
revised |
Get Posts by Custom Post Type ,Taxonomy, and Term added 61 characters in body |
|
Mar 14 |
asked | Get Posts by Custom Post Type ,Taxonomy, and Term |
|
Mar 3 |
awarded | Popular Question |
|
Apr 27 |
awarded | Commentator |
|
Apr 27 |
comment |
Use wp_list_categories to list parent categories from actual term Worked perfect! Thanks again! |
|
Apr 26 |
comment |
Use wp_list_categories to list parent categories from actual term Something like <?php $name = get_term( $term->parent, 'wpsc_product_category' , ARRAY_A); ?> I don't know where the $name = $term->name; part takes place. Thanks for your time! |
|
Apr 26 |
comment |
Use wp_list_categories to list parent categories from actual term Milo, would it be possible to get the name of $term->parent too? So I can echo it before listing the products? |