I'm trying to build a video site for a semester long project. This site will feature videos we record every week in chronological order. Basically, there will be videos numbered 1,2,3,4,5,etc when a user clicks a number the are taken to that video. On the playing video page there will be links to the next number of links. Knowing when you click a post in Wordpress you are taken to the posts page with it's comment field, etc. Now what I would like to know is can one remove the comments section and have only the next few videos appear under the playing video? So when someone clicks on video number 3 on that page the links to video 4,5,6,7, etc are shown for quick navigation? If anyone can post an example tha would be great
Well there are a few ways you could do it. Since that all is the site will be about, why don't you just use the main navigation area to put the links to each episode?
Hmm. It might be more trouble to do it in wordpress instead of just writing a php script todo what you want. I don't remember much about wordpress, and it has probably changed so much that I couldnt tell you where to start. Have you considered using something else? Maybe a CMS like Drupal or Joomla?
I'd look for a related posts wordpress plugin, or there's plenty of other plugins which are easy to use that could do similar things to what your after.