Support » Fixing WordPress » New page with comment php coding

  • I have my wordpress blog set up and I just created a new page where I listed a view movie reviews. I want visitors to be able to post comments about my movie reviews, similar to the index.php where visitors can comment about your posts.

    I really know nothing about php coding but could figure it out if someone gave me a short tutorial. I know php deals with variables and such and I was thinking all I need to do is create another variable for posting, but yah I am not sure how well that will go since I know barely any php.

    http://www.kgeiger.net
    http://www.kgeiger.net/movie.php
    (The 2nd link is where I want the comment action available.)

    Can anyone help me? Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Why not do this:

    [1] Create a category called “Reviews”
    [2] And then create a new “post” for each review and assign it the “Reviews” category. Then, create a page called “movies” and insert all your reviews in there.

    This seems like the best solution — you can administrate, edit and update reviews using WordPress and users can comment/trackback etc.

    By the way, its Memento not Momento (http://www.imdb.com/title/tt0209144/)

    Good luck!

    Thread Starter kgeiger

    (@kgeiger)

    That was a little confusing.

    Create a category as I usally would. Done.

    Under my new category “Reviews”, create a new post and in that post do what? I already have a page, as you saw “Movie.php”

    In that post, copy an individual movie review and save it. Do that for all your movie reviews and then your movies page can now just be a link to your reviews category.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘New page with comment php coding’ is closed to new replies.