StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 06-27-2009, 10:48 PM
kbenjamin kbenjamin is offline
Registered User
Genesis Member
 
Join Date: Jun 2009
Posts: 4
Default Problem with Category List on Archive Page

The category list on the archive page is not showing up correctly. It is inserting the word "Categories" then indenting the category list.

http://grandavenuefestivalaz.com/site-map/


I had to modify the original code in page_archive.php. It was originally this:

by category:
<ul>
<?php wp_get_archives('type=postbypost&limit=100'); ?>
[/list]
And I changed it to this:

by category:
<ul>
<?php wp_list_categories('type=postbycategory'); ?>
[/list]
Not sure what happened. Thanks!
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with "How to Add Thumbnails to Your Blog Page and Category Archive Pages" RSchulte General Discussion 2 01-23-2010 09:36 AM
List posts by tag on the Archive Page beleafer General Discussion 3 06-30-2009 08:12 PM


All times are GMT -5. The time now is 10:30 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.