one time popup after theme activation
After delving into the codex and hacking around I figured out how to do this. Short answer – use thickbox (http://codex.wordpress.org/ThickBox). Longer answer…. Hooking into after_setup_theme isn’t ideal for inserting any content into the admin page, as it runs on each page load when that theme is active. As suggested by kaiser we can use … Read more