Skip to content

Tag: wordpress

How to get just the term_ids from get_the_terms in WordPress

I am building a wordpress website that uses a custom AJAX filter that is linked to my Custom categories. This is my function ajax-filter.php: My question is: How can i use my data from tax to term-id in the way that i use in my ajax-filter.php? to use my data ($value->title) Answer Firstly, well done on cr…