1
vote
1answer
34 views

get_the_tags() not iterating through for/while loop, but will with foreach

I'm having a very peculiar issue with Wordpress right now that I can't understand, and hopefully someone here will have experience with it to help solve it. I'm trying to iterate through the array ...
0
votes
2answers
271 views

Admin custom checkbox array not saving to the database [closed]

Using the following code for the custom checkbox to save an array of values. When the [] is left off everything works, when it's added back to save the value as an array it does not work. Any ...
0
votes
1answer
521 views

How to order a taxonomy's terms numerically, from lowest to highest using get_terms

I'm using get_terms to output a taxonomy's terms, which are all numbers: For example: 4, 6, 8, 10, 12 How can I order these numerically, so they appear exactly as above? What I'm getting is ...