Hi,
I'm trying to set up a blog with just the original post, Its for a squeeze page and I don't need the default "stuff" like categories, comments, etc.
Is there a way to do this?
Thanks,
clark
Hi,
I'm trying to set up a blog with just the original post, Its for a squeeze page and I don't need the default "stuff" like categories, comments, etc.
Is there a way to do this?
Thanks,
clark
I am not sure what a squeeze page is but on every post, you can choose to disable comments.
Thank you, but I also don't want categories or anything else to appear in the side bar(s).
Any ideas please?
You can exclude posts from certain categories...For example:
<?php query_posts($query_string . '&cat=-3,-8'); ?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
So posts from category 3 and 8 will be excluded.
I have the same request. I also don't want categories or anything else to appear in the side bar(s). How do I REMOVE the default for categories! I hate it. We should have a choice if it is wanted or not.
This topic has been closed to new replies.