Posts by Guilherme Sierra • 3 points
1 post
-
0
votes1
answer476
viewsQ: How to return a Category ID in Wordpress?
I need to return the ID within this function: $field = odin_get_term_meta( CATEGORY ID HERE, 'cattitulo' ); I tried it with get_term_meta() and get_terms() and nothing. I imagine it’s pretty simple,…