Jump to content
Sign in to follow this  
archertc

WhiteHouse Pro: how to stop the welcome post

Recommended Posts

archertc

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×