![]() |
wordpress help?
Hey
I am not the big wordpress tech, so I need a bit of help if anyone knows the answers to my questions :) In the categories section of my wordpress blog, when I hit that it shows all the full length posts on that page... But I just want a simple list over all the posts on the blogs... maybe including which date they were posted? Anybody can help me with that? |
Use this:
<div class="excerpt"> <?php the_excerpt(); ?> </div> |
Where to input that, if you would be so kind? :)
|
Just go through and remove the_content. Then it won't print our a posts content.
You can then take the rest of the variables that are probably already present in the template to make a nice looking list. |
All times are GMT -7. The time now is 10:13 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc