• 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

Viewing 4 replies - 1 through 4 (of 4 total)
  • I am not sure what a squeeze page is but on every post, you can choose to disable comments.

    Thread Starter clarkworcester

    (@clarkworcester)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘remove comments, categories, everything but original post’ is closed to new replies.