Posts by Gustavo Siqueira • 37 points
4 posts
-
1
votes1
answer103
viewsQ: Wordpress Wp_query - How to show parent post only?
Good evening everyone, I have a CPT where each post has its child, when listing this with Wp_query, on the page is shown all posts (father and son), but I want to show only the posts 'father', how…
-
0
votes1
answer56
viewsQ: Codeigniter - Retrieve bank categories
I have a table ''category'' in the database and it has the column 'id' and 'title', I am recovering the same in several menu’s dropdown, but loads all categories of the database but I would like to…
-
0
votes1
answer144
viewsQ: Loop php in an HTML class
Let’s assume that I have a div inside a foreach and inside that div I have another div with an x class, but I would like that x class to be numbered with each repetition, there is this possibility?…
-
2
votes2
answers236
viewsQ: Jquery - Having 2 menu(hamburger), how to close one menu while the other is open?
Good afternoon to all! I made a structure where in mobile I need to show 2 menu’s, but when clicking on a precise one the other closes and I’m not able to do it, currently I can only open and close…