dbmasters
Member
Posted 19 years ago #
I stupidly tried to use a theme that wound up not working with WordPressMU, I got out of it and back to the default theme, but now the front page of WPMU is the first (and only) post within the main "blog" not the cool front page the lists all the blogs in order of when they were last updated, how can I get that page back to the front?
Thanks for any help.
You need to enable (in Site Admin) and use the 'Home' theme... the default doesn't have the home.php file that does the funky stuff.
dbmasters
Member
Posted 19 years ago #
Thanks, I did eventually figure that out. That funky stuff is cool, now I just need to encorporate that stuff into a new theme.
Copy and paste, my friend. :)
dbmasters
Member
Posted 19 years ago #
yeah, I got r' done... :-)
dbmasters
Member
Posted 19 years ago #
Cool, I hacked home.php into index.php with a simple
if(its the front page)
show the home stuff
else
show the blog stuff
and it's worked great. Thanks for the advice and pointers.