Anthony Moore
| Answers Given: | 0 (see them all) |
|---|---|
| Contests Won: | 0 |
| Prize Money Earned: | $0 |
| Questions asked: | 8 (see all of them) |
| Questions refunded: | 1 (see all?) |
| Is a top asker (has the power to vote on anything): | |
| Subscribes to all the discourse posted to the site?: | No |
| Country: | Canada |
| City: | Toronto |
| Netvotes this month (upvotes minus downvotes): | 0 |
| Netvotes of all time (upvotes minus downvotes): | 0 |
| Joined the site: | December 28, 2011 |
This member has no upvoted answers
This member has no downvoted answers
Anthony Moore has not posted any answers.
Questions voted:
The community is grateful to those experts who take the time to vote on questions.
- Combine Custom Sorting Filters
- Custom Sorting of CPT & Taxonomies
- Save CPT to favorites and print to PDF
- Display all Posts from Taxononmy with Pagination
- Embeding several YouTube videos using Iframe API
- Pagination on Template Page
Questions asked:
- Narrow down search results (community pot)
- Combine Custom Sorting Filters
- Need help with CPT/Taxonomy set up (refunded)
- Custom Sorting of CPT & Taxonomies
- Save CPT to favorites and print to PDF
- Display all Posts from Taxononmy with Pagination
- Embeding several YouTube videos using Iframe API
- Pagination on Template Page
This member has not made any recommendations. If you are one of the top experts, please offer one now!
Anthony Moore's discourse:
Written in response to something Dbranes wrote.
I like the option of using the array for terms.
Is it possible to store all of the taxonomy terms in an array and then just have for my tax query
'taxonomy' => 'celebrity_types',
'terms' => array($term_list),
would something like that be possible?
Is it possible to store all of the taxonomy terms in an array and then just have for my tax query
'taxonomy' => 'celebrity_types',
'terms' => array($term_list),
would something like that be possible?
Dbranes had responses to this.
