Posts by Will nunnes • 21 points
1 post
-
2
votes1
answer45
viewsQ: Remove spaces between a page and another
<?php /* Template Name: Index Page */ ?> <?php get_header(); ?> <?php $about = new WP_Query( 'pagename=home' ); ?> <?php if( $about->have_posts() ) : $about->the_post();…