Posts by aarede • 9 points
2 posts
-
0
votes2
answers476
viewsA: Filter element from taxonomy in wordpress
The problem has been solved by a wordpress forum user in English (https://wordpress.stackexchange.com/users/46066/tim-malone). The solution was as follows: <?php $especiais = get_the_terms(…
-
0
votes2
answers476
viewsQ: Filter element from taxonomy in wordpress
In the article page (single.php) of my theme I have the following code that filters a div making it appear only in pages of a certain category: <?php $categoria_post =…