I did a test registration at http://christian-thoughts.org/wp-signup.php. When I went to my new site, the christian-thought theme wasn't activated in my testing site. I had to activate it. Another thing is that the links from christian-thoughts.org isn't showing up on my testing site. All I had on my testing site is "Home", "Sample Page".
How do I fix it so that when someone sign up for a new blog site with christian-thoughts.org, the christian-thoughts theme is activated, and the links to show up?
The theme is easy.
http://wpmututorials.com/how-to/change-the-default-theme-for-sites-without-a-plugin/
Basically, something like this on your config file:
define('WP_DEFAULT_THEME', 'classic');
where 'classic' is replaced with the folder name of your theme.
The default links try http://wordpress.org/extend/plugins/wpmu-new-blog-defaults/
kikib
Member
Posted 10 months ago #
Hey sorry that it took a while. I was busy with school and didn't get back to the website I'm editing. I looked at my wp-config.php file and I didn't see this code. Do I need to put this code in the file?