Viewing 14 replies - 1 through 14 (of 14 total)
  • Are you sure you have the call for the comments.php template in your single.php file?

    Thread Starter jem10th

    (@jem10th)

    this is my single.php file
    __________________________________

    <body>
    <div id=”rap”>
    <?php get_header()?>
    <div id=”content”>
    <?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
    <div class=”post”>
    <?php require(‘post.php’); ?>
    <?php comments_template(); // Get wp-comments.php template ?>
    </div>
    <?php endforeach; else: ?>
    <?php _e(‘Sorry, no posts matched your criteria.’); ?>
    <?php endif; ?>
    <p align=”center”><?php posts_nav_link() ?>
    </div>
    <div id=”sidebar”>
    <?php if ($posts) { ?>
    <h2>Archived Entry</h2>

    • Post Date :
    • <?php the_time(‘l, M jS, Y’) ?> at <?php the_time() ?>
    • Category :
    • <?php the_category(‘, ‘,’ and ‘,false); ?>
    • Do More :
    • <?php if ((‘open’ == $post-> comment_status) && (‘open’ == $post->ping_status)) {
      // Both Comments and Pings are open ?>
      You can leave a response, or “>trackback from your own site.

      <?php } elseif (!(‘open’ == $post-> comment_status) && (‘open’ == $post->ping_status)) {
      // Only Pings are Open ?>
      Responses are currently closed, but you can “>trackback from your own site.

      <?php } elseif ((‘open’ == $post-> comment_status) && !(‘open’ == $post->ping_status)) {
      // Comments are open, Pings are not ?>
      You can skip to the end and leave a response. Pinging is currently not allowed.

      <?php } elseif (!(‘open’ == $post-> comment_status) && !(‘open’ == $post->ping_status)) {
      // Neither Comments, nor Pings are open ?>
      Both comments and pings are currently closed.

      <?php } edit_post_link(‘Edit this entry.’,”,”); ?>

    <?php }; ?>
    </div>
    <?php get_footer();?>
    </div>
    </body>

    Thread Starter jem10th

    (@jem10th)

    anyone pls? ??

    Thread Starter jem10th

    (@jem10th)

    ejem

    Thread Starter jem10th

    (@jem10th)

    cofcof

    Thread Starter jem10th

    (@jem10th)

    Thread Starter jem10th

    (@jem10th)

    still not working ??

    Thread Starter jem10th

    (@jem10th)

    anyone

    Thread Starter jem10th

    (@jem10th)

    Does it work with any other theme? Like the Default or the Classic?

    Please do as Moshu asks – change your whole theme to Classic and check what happens.

    If it still errors, there is a bigger problem.
    If it does not error, something is broken.

    Please do not post code here – it is impossible to read correctly. Go here – https://pastebin.com – paste your code there then post back here with the URL you are given.

    It is essential that you try the Classic theme though – post here when you do so someone else can try too – you need to help us so we can help you.

    Thread Starter jem10th

    (@jem10th)

    thanks for the response, I’ve changed to the classic theme and try to make a post and get this error “No input file specified”

    and the comments wont work on any theme i have

    Odd – I see what I think is a spam comment on your latest post ?

    Delete all the files in /wp-admin and wp-includes
    Reupload new ones, being sure that every file is correctly uploaded.
    then try ?

    Thread Starter jem10th

    (@jem10th)

    ok after doing that and uploading the single root files i got it to work with the classic and one more theme, but all the others dont seem to work.
    ie, i’ve just downloaded and uploaded this theme from this page and still wont work. I’ll read the comments on the page and see if there is something helpful

    https://wpthemes.info/posts/2005/03/21/fasttrack-the-most-wanted/

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Can’t post any comments’ is closed to new replies.