Posts by Willian Fortes • 31 points
3 posts
-
0
votes0
answers56
viewsQ: The font doesn’t change it only changes the Weight but not the family on the front end!
The font does not change the family only the width on the front and shows no error in the console! @import url("https://fonts.googleapis.com/css?family=Ubuntu"); .menu-vin li a{ display:block;…
-
1
votes1
answer650
viewsQ: How to grab only the post image in wordpress?
How I only get the link from the post image in the worpdress to put in the bootstrap card element? <?php $arti_query = new WP_Query(array('category_name' => 'artigos')); if (…
-
0
votes1
answer89
viewsQ: How to perform in systems?
How the issue of performance in software, websites and etc works.? Facebook transpired PHP in C++ to gain performance. How does it work? I know with C++ to set exactly the variables, but the…