Is it possible to create a normal WPMU HTML Page and have that show up as the "Home" page instead of the default first Blog post?
Here's an example
http://www.yourvideoinfo.info/
By default it shows the HOME page which is the blog with no posts. (You'll see Sorry, no posts matched your criteria.)
1) I want "NEWHOME" to be the "Home" page. Now I understand that I can do some .htaccess tricks and redirect to http://www.yourvideoinfo.info/newhome/ but that won't work.
2) Also I would want the ability to hide the post page just like you can hide any HTML Page.
Is there a built in way of doing this already, or would I need some custom coding?
..Mikee