Ok, I have a wordpress theme which has the following files comments.php footer.php functions.php header.php index.php sidebar.php style.php Ok, the post and category posts view is in the same "page" like if i want to click a category and only see the titles of the post i cant do that because if i take out the "the content" it will also take it out from the posts view and just leave the damn title.. so what i basically need is you to create a seperate posts.php page for it and integrate it into the theme. Please only PM me only if your sure that you can do this and you actually know how to make wordpress themes and edit them properly
i don't understand what you need?? basiclly you want new file, name posts.php rite? and what inside the file? title of the post only?
Okay, When you click a category I want only the titles of the posts to show. Problem: The when I take out "the content" it removes it from the post it self so when you click the post it self it only shows the title and not the content.. So what I need now is someone to integrate into my theme to only view the titles in the archives and category view and not the content but view the content PER single post... Does that clarify it?
It's because you don't have enough template files. Check this out: http://codex.wordpress.org/Template_Hierarchy You need to create a single.php file, then what you are doing will work. Check out WordPress docs to find out how to create one.