Forums
(@mairashraf)
9 years, 11 months ago
Here is how i did it, after lots browsing found the solution on wordpress support forum $tax_terms = get_terms(‘portfolio_category’, array( ‘hide_empty’ => 0 ));
Solved it after hit and trial.