Support » Themes and Templates » Using a total blank or No theme

  • basku

    (@bha100710)


    Hi

    For my new website I want a totally blank page with no side bars,now widgets, headers, footers whatever.

    I need it, just as is available in case you make websites using html from scratch.

    I could have designed my website in plain html but in that case i will loose the benefits of great word press plugins.

    please suggest how I could get a totally blank page to fill it up

Viewing 2 replies - 1 through 2 (of 2 total)
  • WP Voyager

    (@mindblender-3d)

    Try making a custom page template like is shown here:

    http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates

    In the example, include only the
    <?php get_header(); ?>
    and the
    <?php get_footer(); ?>
    bits. These two parts allow you to take advantage of all of

    the benefits of great word press plugins.

    (among other things).

    Naturally, you can put just about anything you want between the Header and Footer tags, allowing you to develop whatever you want into your webpage.

    What if I only want to show the footer and not the header?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Using a total blank or No theme’ is closed to new replies.