Min code for custom full width blank page
-
Hi there,
Would be so kind to provide me with a minimal code for a custom full width absolutely blank page template in order it would be functional and accessible for building landing pages in a drag-and-drop page builder?
I just extracted the code from the default tempplate’s page.php, tried to clear off all irrelevant one
`<?php
/*
* Template Name: Custom Full Width
* Description: Absolutely Blank Page
*/
?>
<?php while ( have_posts() ) : the_post(); ?><?php get_template_part( ‘content’, ‘page’ ); ?>
<?php endwhile; // end of the loop. ?>
but WP loads on test custom pages links to social media icons which are used on all other pages and posts of the site. I need not them on this page but I cannot make my mind where do they appear from?
Thank you,
Regards
- The topic ‘Min code for custom full width blank page’ is closed to new replies.