</div>
				</li>
				<?php 
        }
        ?>
			</ul>
			<?php 
    }
    ?>

			<form id="comment" class="commentform wrap" method="post" action="<?php 
    echo comment_form_url();
    ?>
#comment">
				<?php 
    echo comment_form_notifications();
    ?>

				<p class="name">
					<label for="name">Your name:</label>
					<?php 
    echo comment_form_input_name('placeholder="Your name"');
    ?>
				</p>

				<p class="email">
					<label for="email">Your email address:</label>
					<?php 
    echo comment_form_input_email('placeholder="Your email (won’t be published)"');
    ?>
				</p>
Example #2
0
				</div>
			</div>
			<hr>
		<?php 
        }
        ?>
	<?php 
    }
    ?>
	<h2>Add a comment</h2>
	<form id="comment" class="commentform wrap" method="post" action="<?php 
    echo comment_form_url();
    ?>
#comment">
		<?php 
    if ($x = comment_form_notifications()) {
        ?>
			<div class="alert alert-success" role="alert">
				<?php 
        echo $x;
        ?>
			</div>
		<?php 
    }
    ?>
		<div class="row">
			<div class="col-md-6">
				<div class="form-group">
					<p class="name">
						<label for="name">Your name:</label>
						<?php