Need to add "comments" thing to wordpress.

Discussion in 'PHP' started by friendlymentor, Jul 2, 2011.

  1. #1
    Hi,
    I recently had a custom theme developed. As it might have happened to some of you before, the designer [whocs also the coder] ran away fter the homepage and raw blog page was made.

    So now when i open a blog post, i just see the content of the post, comment section isnt added yet.

    can anyone help?
     
    friendlymentor, Jul 2, 2011 IP
  2. techlunatic

    techlunatic Peon

    Messages:
    227
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you are looking for free help, this is what I can give you:

    Download any wordpress theme zip file.
    Instead of installing it, open it with a text editor and search for the comments.php file in the zip file.
    Copy that file in your theme files, change the variables if you have custom variables in your theme
    Copy/tweak the CSS as per your requirement for the comment form to appear.

    Sit back and enjoy :)
     
    techlunatic, Jul 2, 2011 IP
  3. drupal4u

    drupal4u Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hello,

    I can help.

    Please reply.

    Thanks, Raja
     
    drupal4u, Jul 2, 2011 IP
  4. aap

    aap Well-Known Member

    Messages:
    1,802
    Likes Received:
    39
    Best Answers:
    2
    Trophy Points:
    120
    #4
    You need to add comment code in single.php file.
    It should be something like this:
    
    <?php comments_template( '', true ); ?>
    
    Code (markup):
     
    aap, Jul 2, 2011 IP
  5. friendlymentor

    friendlymentor Peon

    Messages:
    177
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks a bunch thats what i was looking for.
     
    friendlymentor, Jul 3, 2011 IP