Results 1 to 4 of 4

Thread: Showing all categories / editing post.

  1. #1
    Thread Starter
    Newbie
    Not a Verified Customer
    shaunid's Avatar
    Join Date
    Jun 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Showing all categories / editing post.

    I want to be able to show all my categories, even if there are no posts in it. It does show up when you want to post, but I want it to show all by default on the front page. Does that make sense?

    Also, how can a user edit their post? I put the setting on but it is not allowing me to do so.

  2. #2
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: Showing all categories / editing post.

    There is another forum post which explains how to do this. You basically change a parameter in the index.php file.

    Code:
    <?php wp_list_categories('show_count=0&hide_empty=true&orderby=name&order=asc&title_li='); ?>
    Change the hide_empty=false and it should work.

    The user has their own dashboard where they go and edit their ads. It's the dashboard link at the top.

  3. #3
    Thread Starter
    Newbie
    Not a Verified Customer
    shaunid's Avatar
    Join Date
    Jun 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Showing all categories / editing post.

    I have this on 8 sites, and when I click dashboard they all say file not found.

  4. #4
    Veteran pointandstare's Avatar
    Join Date
    Apr 2009
    Location
    London, England
    Posts
    311
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Re: Showing all categories / editing post.

    Did you set up the Dashboard page as directed?
    Check the install guide.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)