Posts by Wesley dos santos • 1 point
3 posts
-
0
votes2
answers228
viewsA: Loop wordpress with different div positions
<?php $i = 0; //Faz uma consulta dos posts, recebendo o parametro post_type, que pega os posts do tipo cpt $post_type = new WP_Query( 'post_type=cpt' ); //Verifica se encontrou posts if (…
-
-1
votes2
answers228
viewsQ: Loop wordpress with different div positions
I have a category of recipes in Wordpress appear 2 post in it. I would like each post to have a formatting. Ex: Content to the left and image to the right and another image post to the right and…
-
0
votes2
answers1790
viewsQ: Button to open/close content
Hello guys I’m new here and also with programming... well I have several div with different contents and are with hidden, I would like that when you click a button continue reading it closes and…