specific post is not excluded from the loop
You’re just off by one letter it seems. post__not_in => array(118) Post & Page Parameters You can also try adding an if statement, such as: if($post->ID != 118) : … run rest of code Though not optimal, without seeing the rest of your template I can’t be certain. Additional Edit: <?php $loop = new WP_Query(array( … Read more