Posts by Caroline L • 5 points
3 posts
-
-1
votes1
answer239
viewsQ: My php code for sending email is not being loaded
I have the following code to send email from my form <?php // alterar a variavel abaixo colocando o seu email $destino = "[email protected]"; // emails para quem será enviado o formulário…
-
-3
votes1
answer138
viewsQ: How to add count with PHP?
I want to put an effect Carousel in a session, on the home page, where I pick up the 3 most recent posts. But for this I need the index, change as you do loop. As it stands, the index appears 0, for…
-
1
votes2
answers1133
viewsQ: How to create filters for categories with php and html to use in Wordpress page?
Hello, I would like to create a filter for categories of posts in WP. As in this example https://bootsnipp.com/snippets/N6vrp. But I don’t know much php, so I don’t know how to do it, so when I…