অন্যান্য

blog’s sticky posts

Looking at your site’s source, I doubt you’ll be able to achieve the what you’re looking for purely through CSS. This means editing the PHP files. The file will most likely be index.php, or if it’s a newer theme, it may be in loop-index.php or loop.php. Without taking a look at the code, it’s hard to be more specific. Regardless, you’ll see something like:

<?php while( have_posts() ) : the_post(); ?> 
<div id="post-<?php the_ID(); ?>"
 <?php post_class(); ?>> ... </div>
 <?php endwhile; ?> 

When you find this section, add the following in between the <div> tags:

<?php if ( is_sticky() ) : ?> <p class="sticky-banner">New Product!</p> <?php endif; ?> 

 

 

মিতা
মিতা
কোথায় যে যাই,কী যে চাই কিছুই বুঝতে পারি না। কোনব্যাপারেই মনসংযোগ করতে পারি না।কী কোন কাজে,কী কোন যায়গাতে,কী কোন পুরুষ বা নারীতে আদৌ একনিষ্ট হতে পারি না। গন্তব্যে পৌঁছে গেলেই মনে হয় এখানে তো চাইনি আসতে।তাই পৌঁছে আবার রওনা হই,কোথায় যাব,যেতে চাই তা না জেনেই। যেখানে আদর পাই, ভালোবাসা পাই, যত্ন পাই, যেখানে প্রাধান্য পাই; ঠিক সেখান থেকেই ভালোবাসার, সন্মানের, আঙ্গুল থেকে আঙ্গুল ছাড়িয়ে নিয়েই আমি অন্যত্র দৌঁড়ে যাই,অন্যত্র পৌঁছে আবার দৌড়াই। ফিরে যখন যাই সেই নিশ্চিত উষ্ণতার দিকে তখন পৌঁছে দেখি আমার আগেই সেখানে পৌঁছে গেছে শীতের হিমেল রাত। দিন ফেলে রাতে দৌড়াই; রাত ফেলে দিনে। শরীর ফেলে মনে দৌড়াই; মন ফেলে শরীরে।সব পাই,আবার কিছুমাত্রও পাই না।