Viewing 5 replies - 1 through 5 (of 5 total)
  • hi,
    no, you just need to go to: you dashboard >> scroll down to Setting >> then click on “Discussion”, finally tick >> Allow people to post comments on new articles

    enjoyed ??

    Thread Starter ryandmcbee

    (@ryandmcbee)

    Interesting, I tried that, but no luck ??

    Also, I wanted my post to show up with a summary view and that setting hasn’t been taken either…

    here’s some codes that you may add to summary view

    #show date
    <?php the_time(get_option('date_format')); ?>

    #shock number of comments
    <?php comments_popup_link(__('Add Comment'), __('One Comment'), __('% Comments'));?>

    #Number of views

    <?php
    $values = get_post_custom_values("pvc_views"); echo $values[0]; ?>

    and if you don’t have comment on your template then, this code is missing:

    <div id="comments">
    <?php comments_template('', true); ?>
    	</div>
    Thread Starter ryandmcbee

    (@ryandmcbee)

    I see. I have a template that was created by my web designer. Where do I paste this code into the template? Can I paste it anywhere?

    you must past the comment code into single.php and page.php , but, first make you have comments.php

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Adding Comments’ is closed to new replies.