Details
-
Bug
-
Resolution: Won't Fix
-
Minor
-
None
-
1.1.2
-
None
-
blog, parent, defaultparent
-
Description
1. Is it possible to define a parent for a blog post? For example, I don't want to store blog posts in Blog.WebHome, but in MyBlog.Webhome. I've tried to define a parent in "Add article" form, but it does nothing.
.....................................................................................
<form action="" id="newdoc" method="post">
<div>
<input type="hidden" name="parent" value="MyBlog.WebHome" />
...................................................................................................
2. Is it possible to create a separate blog?