works with wp comment form
Comments form
//comment form niye kaj korte hobe at first blog-single-sidebar.html file er all code copy kore theme er single.php te paste korte hobe.
then header and footer er code remove korte hobe.
//then sidebar include
<div class="col-md-3 col-md-offset-1">
<?php get_sidebar( ); ?>
</div>
//then image link kore dite hobe
//ei tuku kaj korlei post er read more button e click korle single page e content show korbe.
//use for title bar in single.php file
<?php while(have_posts()) : the_post(); ?>
<section class="page-title parallax">
<div data-parallax="scroll" data-image-src="<?php echo wp_get_attachment_url( get_post_thumbnail_id($post->ID) ); ?>" class="parallax-bg"></div>
<div class="parallax-overlay">
<div class="centrize">
<div class="v-center">
<div class="container">
<div class="title center">
<h1 class="upper"><?php the_title( ); ?><span class="red-dot"></span></h1>
<h4><?php the_time( 'F d, Y' ); ?></h4>
<hr>
</div>
</div>
</div>
</div>
</div>
</section>
<?php endwhile; ?>
No comments