archertc 0 Report post Posted October 13, 2009 Because I am working on this theme in stages (going between a maintenance theme and this one), each time I activate the theme it creates a new "welcome" post which I then have to delete. Mildly annoying, but surely easily fixed. Can you tell me where to turn that feature off? Thanks! Share this post Link to post Share on other sites
Andrew 207 Report post Posted October 14, 2009 Hey there, This is one of those 'good' ideas that turned about to be not so good. This is just set to load each time the theme is activated. We'll probably kill/modify it in the next update. For now just delete this: //on activation if ($_GET['activated']) {first_post();} from your functions.php file Share this post Link to post Share on other sites