গল্প

রাত্রি ।। আশিকুল কায়েস।।

<?php

global $post;

// Obtén el ID del post actual
$post_id = $post->ID;
// Obtén el contenido del post
$post_content = get_post_field( 'post_content', $post_id );

// Calcula el tiempo de lectura estimado en minutos
  $word_count = str_word_count( strip_tags( $post_content ) );
  $reading_time = floor( $word_count / 200 );

// Muestra el tiempo de lectura estimado en minutos
echo '<p class="read_time">Reading Time: ' . $reading_time . ' min.</p>';


?>

।।ছোট গল্প।। হঠাৎই একদিন দেখি আমাকে নিয়ে ফেসবুকে স্ট্যাটাস। কে দিয়েছে জানিনা। জানবোই বা কি করে? আমার সম্পর্কে এত ভালো…

Read more

জগা দা হতে জগদীশ কুমার ভদ্র ।। আশিকুল কায়েস ।।

<?php

global $post;

// Obtén el ID del post actual
$post_id = $post->ID;
// Obtén el contenido del post
$post_content = get_post_field( 'post_content', $post_id );

// Calcula el tiempo de lectura estimado en minutos
  $word_count = str_word_count( strip_tags( $post_content ) );
  $reading_time = floor( $word_count / 200 );

// Muestra el tiempo de lectura estimado en minutos
echo '<p class="read_time">Reading Time: ' . $reading_time . ' min.</p>';


?>

।। ছোট গল্প।। জগদীশ কুমার ১৩৮০ বঙ্গাব্দের শেষভাগে জন্মগ্রহণ করেন। তাঁর জীবনী নিয়ে একটি প্রামাণ্য চিত্র তৈরি করার চেষ্টা করেছি।…

Read more

ভালো বন্ধুগুলো হারিয়ে না যাক।। মোহাম্মদ নুরুন্নবী।।

<?php

global $post;

// Obtén el ID del post actual
$post_id = $post->ID;
// Obtén el contenido del post
$post_content = get_post_field( 'post_content', $post_id );

// Calcula el tiempo de lectura estimado en minutos
  $word_count = str_word_count( strip_tags( $post_content ) );
  $reading_time = floor( $word_count / 200 );

// Muestra el tiempo de lectura estimado en minutos
echo '<p class="read_time">Reading Time: ' . $reading_time . ' min.</p>';


?>

ভালো বন্ধুগুলো হারিয়ে না যাক! ব্যাস্ত কিংবা কোন কারণে বিশ্ববিদ্যালয়ের ক্লাসে তেমন যাওয়া হয়না। কোন দিন যদি প্রেজেন্টেশন কিংবা ক্লাস…

Read more