You’re a GENIUS esmi. Thank you so much!!!
Just wanna ask for your opinion, since my sticky post will be on my front page, and on my recent post, does this consider as duplicate content?
eg.
http://www.mysite.com => will display my sticky post
and when i click the post link on my recent post link,
http://www.mysite.com/stickypost.php
Is this code
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
same as
?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
because i tried changing it but when i refresh my site it goes blank?
Thank you for the fast response.
I would like to make a sticky post, but the problem is that it only shows excerpt of that post and it shows other post below it as well.
Is there a way to only show one full sticky post?