aboutsummaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorJeremyReed <JeremyReed@web>2011-06-02 21:22:22 +0000
committeradmin <admin@branchable.com>2011-06-02 21:22:22 +0000
commit154519e1fce07df65a896b7a9b2311cd9a1dd7de (patch)
treed404e0b61a60f327be87257f4730ee71c2b02c7f /doc/examples
parentf3c328052ed10514d066ade1c21795f50f67b474 (diff)
downloadikiwiki-154519e1fce07df65a896b7a9b2311cd9a1dd7de.tar
ikiwiki-154519e1fce07df65a896b7a9b2311cd9a1dd7de.tar.gz
How to remove the postform for my blog from front page?
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/blog/discussion.mdwn11
1 files changed, 11 insertions, 0 deletions
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]]