Forums

remove comments, categories, everything but original post (5 posts)

  1. clarkworcester
    Member
    Posted 2 years ago #

    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

  2. royho
    Member
    Posted 2 years ago #

    I am not sure what a squeeze page is but on every post, you can choose to disable comments.

  3. clarkworcester
    Member
    Posted 2 years ago #

    Thank you, but I also don't want categories or anything else to appear in the side bar(s).
    Any ideas please?

  4. royho
    Member
    Posted 2 years ago #

    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.

  5. jflanangan55
    Member
    Posted 1 year ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic