hi.
How can i use wpmu's admin theme as my home theme?
i want my Home theme looking exactly like admin theme ..
thanks
hi.
How can i use wpmu's admin theme as my home theme?
i want my Home theme looking exactly like admin theme ..
thanks
copy the home theme to default theme without home.php file.
1. Take a backup of themes/default directory.
2. Copy directory themes/home/*.* to themes/default/*.*
including sub directories.
3. Delete the home.php from /themes/default/ directory.
4. If needed, activate the themes from admin panel.
Thanks for your reply TechWorker but ..
I want Use (Admin Theme) as my home theme ..
Anyone?
TechWorker - that made no sense. :) both those themes are *exactly* the same, except the Home these has home.php in it. The OP wants a theme for the front of the blog that looks lie the backend.
You'll have to study the css file in /wp-admin/ and whip up a theme to match. it's been done at wpmudev.org, but not released.
This will help - http://codex.wordpress.org/Theme_Development
I mis-understood the question. I thought, he was asking for a way to show all the blogs just like the front page blog theme.