callaydesign
Member
Posted 7 months ago #
I am using the TwentyTen theme for WordPress and I would like the page that I direct the blog posts to to only show the titles of the posts without the entries or excerpts, like a list of titles that are hot links to the blog post single pages.
I do want the entry to appear on the single page for each post so using the CSS disply:none method won't work for me.
Does anyone know where TwentyTen keeps this control? I've looked in the index.php file and don't see what I normally do in order to remove the entry. I realize this must be in the loop somewhere and not as obvious as in other themes.
Thank you for any insight you might have!
callaydesign
Member
Posted 7 months ago #
I would also like to remove the post info like the comments, date/time and author of posts. Plus, in TwentyTen I'm seeing the previous and next post titles with arrows as well. I'd like it all gone and just the titles in a clickable list. Thank you!
create a child theme so you don't lose your changes when you update WordPress.
the file you need is loop.php
callaydesign
Member
Posted 7 months ago #
Thank you. I'm wondering what the entries are in loop.php that need to be commented out. It would be everything but the title. Any idea what the code entries are that need to be removed?
you just need to leave the_title() and the surrounding HTML bits, as well as the main loop.