OkOk
I need to have a page called "Movies", show exactly the same information as the frontpage. Well doesnt have to be exact, but I at least need to be able to edit it.
Step 1:
I created a Page Template called "Movies" which I thought would work because I copied the code from index.php into movies.php and it almost worked. The only problem is it displays each post in full, when I really need it to display only the content above <--more-->... obviously <--more--> does not work in pages :\
Step 2:
Not pretty, I added a redirect in movies.php back to the front-page. Works but ultimately sucks and I dont like doing things like this...
Any ideas, suggestions, or solutions?