Posts by vinisq3 • 1 point
1 post
- 
		-1 votes1 answer59 viewsQ: Wordpress Posts in html siteI am trying to put images from my blog that is in Wordpress on my html site My code <?php while (have_posts()): the_post(); ?> <div class="col-md-4 "> <div class="box-blog">…