Duplicate Posts
-
Hello,
Just downloaded and loaded Ajax plug-in. Really cool!
1. I am hoping to stop the duplicate posts from loading in Ajax with other posts on the front page. I inserted the following CSS code (found in support forum) into the default template but duplicate posts still load:
<?php
if($do_not_duplicate){
$post__not_in = implode(“,”, $do_not_duplicate);
}
echo do_shortcode(‘[ajax_load_more post__not_in=”‘.$post__not_in.'”]’);
?>Please let me know what I did wrong.
2. Also, how do I make the load more posts have the same look as the other ones on the front page?
Thank so much for your help!
Best,
JoshThe page I need help with: [log in to see the link]
- The topic ‘Duplicate Posts’ is closed to new replies.