• 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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    This may be a plugin or theme conflict. Please attempt to disable all plugins. If the problem goes away, enable them one by one to identify the source of your troubles.

    Thread Starter ecoduma

    (@ecoduma)

    Thank you,

    Yes, I’ve also thought so. But if I, in the end, find out that it is a plugin and that it is quite useful, how can I restrict its functionality? In order it doesn’t interfere with a new custom tempalte.

    Thank you again,

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    You’re asking where the social icons are coming from. This is how you figure that out. Once you know, then you can develop a strategy.

    Thread Starter ecoduma

    (@ecoduma)

    You are right. Thank you. I’ll get a try.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Min code for custom full width blank page’ is closed to new replies.