Hi,
In the image.php (maintemplat-image) I deleted the code that had to do with the Title and Date
PHP Code:
<h1><?php the_title(); ?></h1>
<p>
<?php the_time( 'j M Y' ); ?> |
<a href="<?php bfa_parent_permalink(); ?>"><?php bfa_parent_title(); ?></a> |
<?php bfa_image_size(); ?>
</p>
so on all my other pages "Bilder", "Media", "Movie", "Om Mig", "Gästbok" and "The Shop", the page title and date is gone, as well as the sidebar - just as I want it to be.
All the above named pages have the edited version of the virtual template "image" - and it works perfect.
But my landing page (i.e. static page, named "Start") has the same virtual template as the other pages (image) - but still it shows title of the page and the sidebar.
What I want is a blank static page, so that I can have a full sized slider. Is that possible?