Splash page for image, no sidebar or header
-
I tried plugin SplashImage, did not work.
I have the Brunelleschi theme, which provides a Template for One column, no sidebar. (wait while I look up what a backtick is…)
<?php /** * Template Name: One column, no sidebar * * A custom page template without sidebar. * * The "Template Name:" bit above allows this to be selectable * from a dropdown menu on the edit page screen. */ get_header(); ?> <div id="main" class="one-column twelvecol last" role="main"> <?php get_template_part( 'loop', 'page' ); ?> </div><!-- #main --> <?php get_footer(); ?>
I would like the footer there, but no sidebar or header – just a nice big fat illustration. I thought I could just rewrite this template. I took out the header part, renamed it splash, but it didn’t work, gave error.
I am sure this is a very simple php, but not sure how to change it. I also don’t know how to add css for it – just call it #splash? It might not need css anyway.
Any help much appreciated.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Splash page for image, no sidebar or header’ is closed to new replies.