• Hello guys,

    I want to show my categories in pages. I’ve added customs permalink on Menu but once I click on there it only shows side bars but no posts.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter slaterbeckham

    (@slaterbeckham)

    This is what i have

    <?php get_header(); ?>

    <div id=”content-area” class=”clearfix”>
    <?php get_template_part(‘includes/entry’); ?>
    </div> <!– #content-area –>

    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

    are you using custom menu’s – if not, then do so and just use the categories at the bottom left to drop them into menu items

    Thread Starter slaterbeckham

    (@slaterbeckham)

    It worked. But I have this title in here. How to get rid of it ?

    Category: Fashion

    I want to delete this.How do I delete it

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to show categories in pages?’ is closed to new replies.