How to automatically register widgets on new blog?
In your themes functions.php file you can check wether or not it get’s installed for the first time on that blog. This can be done by using an option. An option can be set to flag that it’s installing. This option that signals that an install is immanent can be used in a hook of … Read more