• Hi, I just started my word press and I needed some help on a few things:

    First, I’m trying to start an FAQ section, and I have added a page. However, after I published my FAQ it has a date by it. I don’t want there to be a date because its not a post. How do I get rid of that?

    Second, Is there any way to rearrange the items on the side?

    Third, I don’t want categories so how do i get rid of them?

    Thanks

Viewing 1 replies (of 1 total)
  • 1. If it’s a page, edit page.php and remove any references to <?php the_date();?> and/or <?php the_time():?>.

    2. Edit sidebar.php

    3. Edit sidebar.php and remove <?php wp_list)categories();?>. Edit index.php & single.php and remove references to <?php the_category();?>. You may also have to edit catgeory.php and archive.php if those template files exist in your theme.

Viewing 1 replies (of 1 total)
  • The topic ‘Need help with a few things’ is closed to new replies.