From: JeremyReed <JeremyReed@web>
Date: Thu, 2 Jun 2011 21:22:22 +0000 (+0000)
Subject: How to remove the postform for my blog from front page?
X-Git-Tag: 3.20110431~27^2~5
X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/154519e1fce07df65a896b7a9b2311cd9a1dd7de?ds=inline

How to remove the postform for my blog from front page?
---

diff --git a/doc/examples/blog/discussion.mdwn b/doc/examples/blog/discussion.mdwn
new file mode 100644
index 000000000..25a832053
--- /dev/null
+++ b/doc/examples/blog/discussion.mdwn
@@ -0,0 +1,11 @@
+##How to remove the postform for my blog from front page?
+
+I have an inline to create a blog on the front page of my site. I don't want any visitors to see that form nor attempt to click "Edit" on it.  I tried setting postform="no" but I did not notice any change.
+
+Any suggestions on how I can have a private webpage that offers the blog post form ("Add a new post titled:") and also turn off that form from my front page but still keep the blog articles displayed from the front page.
+
+I looked at the "inline" docs but may have overlooked this.
+
+I do see I can disable the editpage plugin to remove from front page. But then that made it so I can't add a new blog posting (I want to just not from the front page).
+
+-- [[JeremyReed]]