get_terms showing link to category even if all posts are drafts
get_terms() doesn’t have built-in feature that excludes draft posts because it keeps track of only total posts term is attached to. I made a quick search and found this snippet but be warned: It affects all get_terms() functions on your site (I excluded admin area) There’s a SQL query in foreach loop – it will … Read more