Posts by user6908 • 21 points
2 posts
-
0
votes4
answers2442
viewsA: In PHP how to calculate a random number?
You can use the function Rand() which by defection generates a random integer. The syntax is rand($MenorNumeroDesejado, $MaiorNumeroDesejado)…
-
1
votes2
answers1837
viewsA: Advanced Custom Fields do not appear on the front end
The example that doesn’t work is located at home. Your call is correct, but for it to work, you need the call on the page, be a query_posts ou the_post().