Hi, well, I set up a wrod press blog, but I don't want any of the stuff around it, like arcive, or anyhting just the posts. how can I do this? What code do I fill in on my page? Thanks.
You can remove the archive and meta information from editing the sidebar.php file, or replacing it with a widget.
let me get this strate i want to only have the posts showing up with the comments on this page.. i can't seem to get it working
go into index.php, page.php and single.php and remove any reference to the sidebar. It is usually towards the bottom of the page. This will remove the sidebar from your site. You may also need to adjust the css file.
Go to Dashboard -> Design -> Theme Editor -> edit your main index template and home.php and single post.php and page template.php remove all of the lines that say <?php get_sidebar(); ?>