Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: Categories

  1. #1
    Thread Starter
    amthomas's Avatar
    Join Date
    Jun 2009
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Categories

    I now have gone through adding the categories and they show on the Admin panel but don't display on the site. HELP!! I know I know you can claim me on your taxes......LOL


    Anthony

  2. #2
    Veteran taylerj's Avatar
    Join Date
    Apr 2009
    Location
    Las Vegas, NV
    Posts
    380
    Thanks
    1
    Thanked 8 Times in 6 Posts

    Re: Categories

    You need to tell Wordpress that you want to show catagories that do not have posts yet. Open your index.php file and find this line.

    Code:
    <?wp_list_categories('show_count=0&title_li=&depth=1'); ?>
    Change it to this if you are using v2.8 of the theme:
    Code:
    <?php wp_list_categories('show_count=0&title_li=&depth=1&hide_empty=0'); ?>
    If you are using 2.9 use:
    Code:
    <?php wp_list_categories('show_count=0&hide_empty=true&orderby=name&order=asc&title_li='); ?>
    Eric is best known in the forum for his in depth tutorials. He started in design 4 years ago and then discovered WordPress and has been coding and hacking themes and plugins ever since. He's quite helpful if you have any questions for him in the forum. Eric also makes his own WordPress themes and plugins and provides ClassiPress consulting on the side. David Cowgill - (Owner of Classipress)

  3. #3
    rtomancini's Avatar
    Join Date
    Jun 2009
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Categories

    Hi!!

    Exactly where is the index.php file that needs to be edited??

    thanks a lot in advance!!

  4. #4
    Veteran taylerj's Avatar
    Join Date
    Apr 2009
    Location
    Las Vegas, NV
    Posts
    380
    Thanks
    1
    Thanked 8 Times in 6 Posts

    Re: Categories

    It will be in your theme folder.
    Eric is best known in the forum for his in depth tutorials. He started in design 4 years ago and then discovered WordPress and has been coding and hacking themes and plugins ever since. He's quite helpful if you have any questions for him in the forum. Eric also makes his own WordPress themes and plugins and provides ClassiPress consulting on the side. David Cowgill - (Owner of Classipress)

  5. #5
    rtomancini's Avatar
    Join Date
    Jun 2009
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Categories

    It is strange
    I have 2.9 ver.
    this is exactly waht I have in the index.php file of the classipres theme:
    wp_list_categories('show_count=0&hide_empty=true&o rderby=name&order=asc&title_li='); ?>

    still categories are not showing unless the ir an ad placed in them

    what could it be?
    thanks

  6. #6
    Veteran taylerj's Avatar
    Join Date
    Apr 2009
    Location
    Las Vegas, NV
    Posts
    380
    Thanks
    1
    Thanked 8 Times in 6 Posts

    Re: Categories

    replace

    &hide_empty=true

    with

    &hide_empty=false

    see if that does it.
    Eric is best known in the forum for his in depth tutorials. He started in design 4 years ago and then discovered WordPress and has been coding and hacking themes and plugins ever since. He's quite helpful if you have any questions for him in the forum. Eric also makes his own WordPress themes and plugins and provides ClassiPress consulting on the side. David Cowgill - (Owner of Classipress)

  7. #7
    rtomancini's Avatar
    Join Date
    Jun 2009
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Categories

    just did
    nothing yet.
    They are only showing when I place a new ( the first one) in them

    any ideas?

  8. #8
    Veteran taylerj's Avatar
    Join Date
    Apr 2009
    Location
    Las Vegas, NV
    Posts
    380
    Thanks
    1
    Thanked 8 Times in 6 Posts

    Re: Categories

    whats your site?
    Eric is best known in the forum for his in depth tutorials. He started in design 4 years ago and then discovered WordPress and has been coding and hacking themes and plugins ever since. He's quite helpful if you have any questions for him in the forum. Eric also makes his own WordPress themes and plugins and provides ClassiPress consulting on the side. David Cowgill - (Owner of Classipress)

  9. #9
    rtomancini's Avatar
    Join Date
    Jun 2009
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Categories

    http://www.clasificados100.com

    By the way let me ask you since you are an expert and I am just a beginner.
    how can i change the test in the email send by WP when one request a new password( for example when using the lost password option)?

    thanks a lot in advance!

  10. #10
    Thread Starter
    amthomas's Avatar
    Join Date
    Jun 2009
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Categories

    Yo, Taylerj,

    While your at it friend oh buddy! LOL My site is www.wnc-asheville-classifieds.com and i'm having the same problem nevermind screwing around with the google ads all dang day.


    Anthony

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Empty Blog categories show in add categories
    By rtibbs4 in forum Help Using ClassiPress
    Replies: 4
    Last Post: August 18th, 2010, 10:42 PM
  2. More flexibility in creating categories and sub-categories
    By laura in forum ClassiPress General Discussion
    Replies: 4
    Last Post: April 26th, 2010, 10:18 AM
  3. Classipress v3 Categories unlike v2.9.x Categories?
    By timrab in forum ClassiPress General Discussion
    Replies: 2
    Last Post: March 20th, 2010, 03:38 PM