what is the command being asked in comments.php

by 3 replies
4
<?php endif; // Check for comment navigation. ?>


<?php if ( ! comments_open() ) : ?>

<p class="no-comments"><?php _e( 'Comments are closed.', 'twentyfourteen' ); ?></p>

<?php endif; ?>

<?php endif; // have_comments() ?>
<?php comment_form(); ?>
#programming #asked #command #commentsphp
  • Mate.. no offence...

    But from the looks of the constant questions you're asking, you don't appear to be doing any of your own research.

    At all.

    I suggest you go and study a step-by-step guide on programming.. it doesn't really matter what language, but I'd suggest something with good debug support (C#, Java, VB.. whatever).

    After you learn the basics, you won't need to ask 99.9% of the questions you're asking. It will save you time, it'll save us time, and you'll be far more knowledgeable and skilled as a programmer..

    Sound like a reasonable idea?

    Cheers,
    Michael
    • [ 1 ] Thanks
    • [1] reply

    • Yeah thats some good suggestions but its so much easier asking on here......
      • [1] reply

Next Topics on Trending Feed