| bio | website | waterstreetgm.org |
|---|---|---|
| location | St. John's, Canada | |
| age | ||
| visits | member for | 2 years, 2 months |
| seen | Apr 6 at 14:21 | |
| stats | profile views | 15 |
Designer and Drupal-ator.
|
Jul 15 |
awarded | Popular Question |
|
Jul 4 |
awarded | Yearling |
|
Jun 22 |
accepted | Add classes + taxonomy terms to wp_list_pages() output |
|
Jun 22 |
comment |
Add classes + taxonomy terms to wp_list_pages() output wp_list_pluck!!!!! Of course. Never thought of doing it this way. Huge thanks! |
|
Jun 21 |
comment |
Add classes + taxonomy terms to wp_list_pages() output Not all of these are Sections: cl.ly/2a0l3V1G3A3f3M1H3H0b. Nor are they all Topics: cl.ly/3F0Z3c2H2y1S3P3h0l47 |
|
Jun 21 |
comment |
Add classes + taxonomy terms to wp_list_pages() output Close. It adds the class fine, but does so based on the $post->ID, instead of itself. IE: It adds the tax term associated the current post to each <li> in the output. |
|
Jun 21 |
comment |
Add classes + taxonomy terms to wp_list_pages() output I'll try that now. I think that filter on 1046 only works for actual pages, not custom pages. I think |
|
Jun 21 |
asked | Add classes + taxonomy terms to wp_list_pages() output |
|
May 18 |
answered | Querying two taxonomies |
|
May 18 |
accepted | Querying two taxonomies |
|
May 18 |
comment |
Querying two taxonomies Thanks for having a look at this, Stephen. $term_id doesn't seem to be getting returned. I get nothing when I echo it in my template file. ($taxonomy echos fine, but that's probably expected.) |
|
May 18 |
revised |
Querying two taxonomies added 6 characters in body |
|
May 18 |
comment |
Querying two taxonomies Thanks Michael. How would I make this generic—ie: not code 'quiz-tool' into get_content_taxonomy(). I want to use this same WP_Query for all of the pages. Ideally, get_content_taxonomy (the_current_tool_i'm_in) would limit it just to the tool I'm looking at now. |
|
May 18 |
revised |
Querying two taxonomies added 536 characters in body |
|
May 18 |
asked | Querying two taxonomies |
|
May 16 |
answered | How to filter out Categories for specific post types on Wordpress Admin? |
|
May 16 |
answered | Is it possible to remove username field from the registration page? If so, how? |
|
May 15 |
asked | Attaching images to multiple galleries |
|
May 10 |
awarded | Nice Question |
|
May 3 |
comment |
Foreach loop duplicating a taxonomy thumbnail image So, I need to set $termThumb outside the foreach, and then just echo it inside? This doesn't work: gist.github.com/2585777 but should be close? |