Hi, I'm asking after I've looked everywhere and just can't find how to do it. I've sorted the pages out - how do I change posts? Thanks.
Hi, I'm asking after I've looked everywhere and just can't find how to do it. I've sorted the pages out - how do I change posts? Thanks.
without knowing your theme and without having a link to your site, there is not much help anyone could give you.
for single posts display, you probaly need to edit single.php in a similar way as you may have edited page.php - just guessing ...
sorry, thought I had linked it http://madinmelbourne.com.au/?p=495 - I want to take archives and meta data off so that the pages are consistent.
for all single posts?
edit single.php and change this line:
<?php get_sidebar(); ?>
to this (this turns the line into a comment which is not executed; in case you ned to change it back later):
<?php // get_sidebar(); ?>
in style.css, at the end, add:
.single #content {
width:900px;
}
should be all ...
thank you
This topic has been closed to new replies.