Posts by Marcus • 1 point
1 post
-
0
votes2
answers413
viewsA: Loading Subdomain post in the main domain?
<?php query_posts('showposts=4'); //Query WordPress para listar os últimos 4 posts ?> <?php while (have_posts ()): the_post(); ?> <h2> <a href="<?php the_permalink();…