question mark

master
JeremyReed 2011-06-02 21:28:38 +00:00 committed by admin
parent 154519e1fc
commit 0ce21ed5c0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
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.
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.