Loans - Buy Anything On eBay - Loans - Mortgage Calculator - Credit Card Consolidation

PDA

View Full Version : wordpress help needed


nodder
Jan 1st 2008, 9:39 pm
in wordpress i need my blog to do a few things, im new to blogs and i hope this can be done.

when someone clicks a category link i want titled links to all posts posted visible on the page and not the posts themselves.

is this possible?

just-4-teens
Jan 1st 2008, 11:34 pm
edit either category.php or archives.php (depending on what your using)

and remove the following
<?php the_excerpt(''); ?>
if the above is not found remove
<?php the_content(''); ?>

you will get a list similar to http://mycyc.com/teens/site-stuff/competitions/ (depending how you hack it up)

nodder
Jan 2nd 2008, 2:12 pm
i have neither of those 2 files in my wordpress
category.php or archives.php

what file would it be found in?

just-4-teens
Jan 2nd 2008, 3:30 pm
it should be found in your theme folder

yoursite/wp-content/themes/your-theme/file.php

if its not in there list what files are.

Dan Schulz
Jan 2nd 2008, 3:53 pm
nodder, what theme are you using?