yeah, thats what I do!!!
Lets have a look at how we can add a static page to Blogger.com blogs. If you are one of those who needs an “About” or “About Me” section and other similar pages on Blogger.com but never knew how to do it then read on.
Blogger.com doesn’t really provide an option for including static pages the way wordpress does. But as they say, in the world of tech, nothing’s impossible. We have a workaround for having pages in Blogger.com.
1. Click on “New Post” on Blogger.com
2. Write whatever you want your static page to display in this new post.
3. In the page where you write your new post, you will see a link ‘Post Options‘. Click on it.
4. Click on ‘Don’t Allow‘ . Do this only if you do not want comments on the static page.
5. You will also see that you can change the post date and time. Now this is really important. If you are going to have a static page in Blogger.com then you should see to it that it doesn’t end up in your subscribers feed readers. So, the best thing to do is to go to your very first post and see the date (by the way do you remember the day when you wrote your very first post?). Change the date of this new post to something before the date of your first post.
6. When you’re all done click the ‘Publish Post‘ button.
The steps below will guide you on how to prevent the post date from appearing in the post that you just published. (Do this only if you feel that a page shouldn’t have a post date)
1. In your blogger blog, click the Layout tab.
2. Click the Edit HTML link.
3. Click on the Expand Widget Templates checkbox.
4. Search for <data:post.dateHeader/>
5. Before the above code, add the following :
<b:if cond=’data:post.allowComments’>
6. After <data:post.dateHeader/> include the following:
</b:if>
The above steps tell Blogger not to display the date for posts that have comments disabled. Since we have disabled the comments for our static page, the page won’t display the post date as well.
Once you have created a post in the above mentioned way, you can start placing links to the static page from anywhere you feel appropriate in your blog.
I felt that the Description part of a blog is the best to add static pages in Blogger. Here are the steps:
1. Click on Settings.
2. Click on the link named Basic.
3. You will see a row named Description. Add your URL here. For example, if the url of your new static page is http://isimplyplay.blogspot.com/2006/09/static-page.html , then in the description you can add the code as below :
<a href=”http://isimplyplay.blogspot.com/2006/09/static-page.html“>Static Page</a>
I hope you get a clear idea on how to add static pages to blogger through this article. Contactme if you have any doubts.
Click here to check out my sample blog where I have added a static page to my blogger blog.
Click here to learn how to create category(label) specific feeds for your Blogger.com blogs.
P.S. Before you try changing the codes, make sure you try this in some dummy blog and then implement it on your main blog so that you are sure of the code changes that you are doing.
Vikas SN
October 1st, 2008 at 7:28 pm
Thanks for the tip Nischal. Was planning to write a whole HTML Page for the contact page on my blogger blog. This one will save a lot of time for me.
Nischal Shetty
October 1st, 2008 at 7:34 pm
@Vikas
You’re welcome
ArpitNext
October 1st, 2008 at 8:46 pm
Hi ! I was doing the same , with just one difference : I have opted “Allow Comments” !
Going Nice with blogging !
Brian
October 2nd, 2008 at 3:47 am
I’ve been trying to get static pages working in my blog for some time. I’d like to try your method, but I don’t seem to have a data:post.dateHeader field in my blog template. Do you have any alternative suggestions?
Nischal Shetty
October 2nd, 2008 at 4:49 am
@ArpitNext
thanks for stopping by
@Brian
Are you sure you checked the “EXPAND WIDGET TEMPLATES” checkbox? If you still aren’t finding the code then I guess you will have to search for a piece of code related to post date. Try doing that and let me know.
Brian
October 2nd, 2008 at 4:53 am
Yes, I’m sure. That field just isn’t in my template (It’s a non-standard one). I think I found a workaround using the data:post.URL item instead.
Nischal Shetty
October 2nd, 2008 at 4:59 am
@Brian alright.. But be careful while you make changes to the code. To be on the safer side I suggest you try it out on a test blog before touching your actual blog code. All the best and let me know if it works
Shadi
October 4th, 2008 at 3:27 pm
ahhhhhhhhhh.I’ve tried this so many times, and it’s still not working.
this comes up: Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Open quote is expected for attribute “{1}” associated with an element type “cond”.
Shadi
October 4th, 2008 at 3:29 pm
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Open quote is expected for attribute “{1}” associated with an element type “cond”.
ahhh, i’ve tried so many times and that comes up everytime.
help please.
Nischal Shetty
October 4th, 2008 at 3:42 pm
@Shadi
In the code
cond=’data:post.allowComments’
try deleting the single quotes and typing them again. Let me know if that helps.
Shadi
October 4th, 2008 at 3:46 pm
OH MY GOD.IT WORKED!
Nischal Shetty
October 4th, 2008 at 3:49 pm
@Shadi
I’m glad it did
Anytime anything goes wrong do let me know.. Happy to Help you
Shadi
October 4th, 2008 at 3:54 pm
new problem.
So, I have the static page, but now I want an html code to only show up on that static page and not on the homepage. can I do that?
(I want a google calendar to only show up on the static page “calendar of events”)
Nischal Shetty
October 4th, 2008 at 3:57 pm
I’ll try to do that and let you know if that’s possible.. I guess it should be
The sidebar remains the same through out. So what you can do is paste that code in the post itself. Will that do?
Shadi
October 4th, 2008 at 3:57 pm
right now, the google calendar show up on both.
http://theredcrossclub.blogspot.com/
Nischal Shetty
October 4th, 2008 at 4:04 pm
@Shadi
Is that a Gadget that you have added or you have the code?
Nischal Shetty
October 4th, 2008 at 4:12 pm
@Shadi
I have mailed you the code… Please let me know if it works..:)
Shadi
October 4th, 2008 at 4:16 pm
I have the code.
Maneesh Madambath
October 6th, 2008 at 6:16 am
hey nischal..
handy stuff this.. was wondering if you’d know how to add recent posts like u can in wp to blogger posts…
Awdrey
October 6th, 2008 at 8:49 am
This is AWESOME, but I have one question. I wanted to make the dates not show on my static pages. Every time I edit the html it gives me an error message. Can you help me?
Nischal Shetty
October 6th, 2008 at 3:01 pm
@Maneesh
You can try searching for blogger gadgets that might do this thing. I’m not too sure about this one. If I get any info on this one then will get in touch with you through mail
Nischal Shetty
October 6th, 2008 at 3:13 pm
@Awdrey
I guess the problem must be with the code that you add before “data:post.header” I mean this code –
b:if cond=’data:post.allowComments’ – In this code, try deleting the single quotes and typing them again. Let me know if it works
Brian
October 6th, 2008 at 5:59 pm
Just put the and tags around anything that you don’t want to show up on the page. I put it around the timestamp and most of the footer items, leaving only the link back to the homepage.
Brian
October 6th, 2008 at 6:00 pm
The post didn’t show my tags. Here they are with quotes instead of brackets so they show up: “b:if cond=’data:post.allowComments’” and “/b:if”
Nischal Shetty
October 7th, 2008 at 1:28 am
@Brian
Yeah, exactly. The code is to display a line only if “comments” are allowed for a post. Since we have decided to not allow comments for our pages, anywhere we put this piece of code, the code in between the “if” condition will not be executed.
Thanks for sharing the info
P.S. The code did not show up because comments here allow html tags. So ‘b’ ‘/b’ was for ‘bold’ which has happened to the ‘and’ that you have written
frenchy chu
October 14th, 2008 at 1:28 am
this is a cool tweak. it worked for me. thanks!
Nischal Shetty
October 14th, 2008 at 8:23 am
@frenchy chu
I’m glad you liked it
Joe D.
October 16th, 2008 at 8:55 am
is there anyway you could give us a screen grab to see exactly how the code should look in the editor? i keep getting the same error.
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Open quote is expected for attribute “{1}” associated with an element type “cond”.
Nischal Shetty
October 17th, 2008 at 3:01 pm
@Joe
Most probably the error must be due to the single quotes. If you have copy pasted the code from my post then you need to delete the single quotes and type them again. Hope it solves your problem.
I’ll try to put up a screen grab. Thank you so much for the wonderful suggestion
Joe D.
October 20th, 2008 at 1:41 am
Thanks but it didn’t work. I’m going to keep trying though.
No problem anyway I can help.
sparrow
October 24th, 2008 at 2:52 am
Is there any way to have the date not show up ONLY in your static page if you already don’t allow comments on ANY of your pages?
thank you very much! I appreciate it
.
Nischal Shetty
October 24th, 2008 at 6:09 pm
@sparrow
I’ll see if I can find a solution for this one. Will inform you if I do
Brian
October 24th, 2008 at 6:12 pm
Just put the “b:if cond=’data:post.allowComments’” and “/b:if” tags (with brackets instead of quotes) around anything in your code that you don’t want to show up. I used this technique to remove the date from my static pages as well as some other things.
Nischal Shetty
October 24th, 2008 at 6:17 pm
@Brian
true it will hide the elements. But the prob as far as I know, ‘@sparrow’ has disabled comments for the whole blog. So if he/she puts the ‘b:if’ condition for the ‘date’ field then all his dates from the posts would disappear.
Brian
October 24th, 2008 at 6:30 pm
I see. In that case, @sparrow might have to use an alternate method like the one on this page: http://technicallyeasy.net/2008/07/creating-static-pages-in-blogger-part-2/
Nischal Shetty
October 25th, 2008 at 2:58 am
@Brian
Yeah thats one work around I too had been thinking of. Since we know the date of our static pages (which most of the times would be a date before the start of our normal posts, we could very well do this thing)
Thanks for posting the link here. Until I come up with something, I guess this is the way to go
sparrow
October 25th, 2008 at 12:14 pm
Awesome, thank you Nischal and Brian. I will try this out sometime when I’m a little less wiped out (just got back from a long trip), and see how it goes. If I have any questions, I’ll come back to you guys
, hope you don’t mind. I’m a total newbie at blogging and codes and all that stuff, but slowly trying to learn by trial and error (mostly error
), so thanks again!
Nischal Shetty
October 25th, 2008 at 12:31 pm
@Sparrow
You’re welcome. But the credit completely goes to Brian for finding that link
And yeah, you are always welcome to ask questions. Will be glad to help you in any way I can
Rajarshi Sharma
October 26th, 2008 at 5:02 am
@Maneesh Madambath
Well there is no specific widget available in Blogger for the recent posts as in WP..but i found a workaround for that …and its a damn easy one..just add the rss feeds widget availabe from blogger and subscribe to ur own blog feed…and presto! u have ur own recent posts column
celery
October 26th, 2008 at 10:08 am
Is there a way to disable the date of the post for a static page in which the comments are allowed ??? Thank you!
Nischal Shetty
October 26th, 2008 at 1:20 pm
@celery
Yeah it’s possible. Currently we use the condition of comments being allowed ot not to hide the date. What you can do instead is to check if the date is greater than a particular value, and accordingly show or hide the date field.
What I said might not make sense, you will get a clearer picture in this article http://technicallyeasy.net/2008/07/creating-static-pages-in-blogger-part-2/ (as pointed out by Brian)
ArpitNext
October 26th, 2008 at 5:47 pm
Great talk. Blogger Users always need tricks! Thats y I have started HATING Blogger and planning to move to WP.
Nischal Shetty
October 26th, 2008 at 5:56 pm
@ArpitNext
Thanks for stopping by
Well, blogger isn’t so bad but yeah, wordpress rocks
pokrate
October 27th, 2008 at 6:17 pm
How to avoid it appearing in Archives .
Nischal Shetty
October 27th, 2008 at 6:26 pm
@pokrate
I guess you’ll find what you need in this article http://technicallyeasy.net/2008/07/creating-static-pages-in-blogger-part-2/
lomodeedee
October 29th, 2008 at 6:19 pm
Dear Nischal,
tnx a lot for your posts and help… your blog is one of the most useful places i’ve visited lately…
i’m working at the moment on this project:
http://inseecp.blospot.com
best,
Deborah
Boaz
November 30th, 2008 at 1:08 am
Nischal,
You’re a life saver!!! Thank you very much for this post.
Nischal Shetty
November 30th, 2008 at 3:24 am
@Boaz Glad it helped you
kajdo
December 1st, 2008 at 9:22 pm
you could also try it that way http://detect-it.blogspot.com/2008/11/5-minutes-to-static-bloggerblogspot.html … then you don’t have your static page in your archive.
anyway … well done mate!
Nischal Shetty
December 2nd, 2008 at 1:43 am
@Kajdo
Checked out your way. Did not try it yet though! Seems good to me..
Jobby
December 25th, 2008 at 10:53 pm
Hi,
I followed your suggestions for blogger static pages, and it worked just fine, but I thought that the new static page that I created, would not show up at all in the blog archive links (which is what I wanted most). Did I misunderstand?
Nischal Shetty
December 27th, 2008 at 7:27 am
@Jobby
Umm.. What I wanted to put here was an easy way to display pages. So I figured out creating a post and then linking back to it would be the easiest to do. I advised everyone to back date the post so that it doesn’t show up in the blog feed.
I’m afraid your posts would still show up in the archive. We’ll have to dig a bit deeper into the blogger code to stop this from happening
Thanks for the question. I’ll try to find a way to do that. If you happen to find a way out then do let me know
Lisa
January 6th, 2009 at 6:49 pm
I used the info above to create a About Me page and it worked great! Now I would really like to have a Contact Me page. Do you have any advice for that? I have tried to set it up through Zoho as well as EmailMeForm. I would prefer to embed the page in my blog, rather than have people leave the site, but I am just not savvy enough to figure out how to do it! Please help!!
many thanks,
Lisa Roe
Brian
January 7th, 2009 at 1:19 am
Lisa, I made a Contact page embedded into my blog using EmailMeForm and the tips in this blog post. Check it out: http://brianshiro.blogspot.com/2006/12/contact.html
Nischal Shetty
January 7th, 2009 at 1:40 am
@Lisa
I guess Brian’s blog displays a nice ‘Contact Me’ page
Your question reminds me.. I too need to have a contact me page..lol.. Try EmailMeForm and add the page to your blog using the method described in this post.
P.S. I’ll try to come up with a list of sites offering ‘contact me’
forms as well as procedures to add them to your blog.
@Brian
Thanks a lot buddy… The form looks neat and easy to use
Lisa
January 12th, 2009 at 9:29 pm
When I follow the steps in the post, the EmailMe form opens in a different window. How did you get yours embedded in your blog, Brian? Where do you paste the HTML code? Do you paste it in a post? Mine doesn’t seem to be working correctly!
goacom
January 27th, 2009 at 8:18 pm
Hi Brian I am unable to use the form on myblog as it gives huge gaps at the start and in between.
kindly help
Brian
January 28th, 2009 at 2:12 am
goacom,
I already responded your question via email earlier today, but I’ll also include the code here in case it’s useful to anyone else. I don’t think I changed the EmailMe code very much at all beyond minor cosmetic changes.
Your Name
Email
Address
Subject
Message
Image
Verification
Please enter the text from the
image
[ Refresh Image ] [ What's This? ]
Nischal Shetty
January 28th, 2009 at 2:51 am
@Brian
I guess the code did not appear here.
You can go to postable and convert the code to be able to display it here
Brian
January 28th, 2009 at 11:08 pm
@Nischal, I tried using the postable tool last night, but apparently, the post didn’t stick. I’m not sure why.
Nischal Shetty
January 29th, 2009 at 1:31 am
@Brian
Oh! surprising.. it works for me alwys. If you still haven’t sent the code or if you want to share it with everyone here, then try txtb.in.
That should work
Lisa
February 4th, 2009 at 7:21 pm
@Brian
When I follow the steps in the post, the EmailMe form opens in a different window. How did you get yours embedded in your blog? Where do you paste the HTML code? Do you paste it in a post? Mine doesn’t seem to be working correctly!
Nischal Shetty
February 4th, 2009 at 7:54 pm
@Lisa
Try this:
1. Get the HTML Code(not just the link, the code will be more than 20 lines) for the EmailMe form.
2. Paste this in a new Blog post (this post would be used as a page so follow the instructions in the article at the top)
3. Your “Contact Me” link should link to this new blog post i.e. the page
That should have your Contact Me right inside your blog
Let me know if you encounter any problems.
Lisa
February 4th, 2009 at 8:17 pm
@Nischal
Thanks! Now I’m having the spaces at the top problem that goacom had. Also, the ‘send’ button is sort of off the blog page. Hmm…what to do now? I’m so close with this!
Nischal Shetty
February 5th, 2009 at 2:13 am
@Lisa
You’ll have to adjust the width in the code that is generated I guess. Not too sure about this one. Will check out the code after Im back from work. In a hurry now, gotta go to office. Hope you don’t mind
In the meantime, if Brian happens to see your comment he might be able to help you
Brian
February 5th, 2009 at 5:04 am
Lisa,
All I did was copy and paste the EmailMe form code into my page. It worked with no modification. I later, tweaked it by changing the table and form widths, but that is only cosmetic. I didn’t have any problems with extra spaces, but one thing I would suggest you try is creating a 1-celled table with zero border and then putting the EmailMe form in it. That might contain everything properly. I have my page set up with various nested tables and div boxes, so that might explain why my EmailMe form didn’t display the odd behavior you and others mentioned.
Ricky
February 19th, 2009 at 8:11 pm
I have created a few posts that I would like to be static pages. How can I get these posts to not show up on the main page. I backdated them 1 year from the original post date.
Any suggestions?
Nischal Shetty
February 20th, 2009 at 1:07 am
@Ricky
Backdating posts would help those bloggers who already have a lot of posts on their blogs. If its a new blog then backdating wouldn’t help you until you have a few new posts written.
There is another way to hide the posts that you will be using as pages – http://technicallyeasy.net/2008/07/creating-static-pages-in-blogger-part-2/
melissa
February 22nd, 2009 at 8:17 pm
I made the static page went well.Now i would like to take the other stuff of my page liek my About me & my blogs i follow.Have any suggestions? Also I couldn’t deisable the comment section must be my blog template.If you could help me with that also would be great.
De Anna
February 26th, 2009 at 7:09 pm
Help. I tried to add the page but it didn’t work. I ended up with my URL and general page description up in the page header. I don’t know what happened. I tried it three times and it did the same thing.
Nischal Shetty
February 26th, 2009 at 7:18 pm
@De Anna
Send me your template link so that I try it out. You can email it to – iSimplyBlog [at] gmail [dot] com
I want the link from where I can download the theme that you are using. I’ll use the theme on a test blog and try to figure out what is wrong
Nischal Shetty
February 26th, 2009 at 7:22 pm
@melissa
You sure you did not find the “comment” thingy under “Post Options” ?? I guess its irrespective of what theme you use!
Daiana
February 28th, 2009 at 5:46 pm
can i send you mine template pls? i just can’t get it to work. it’s driving me crazy
Nischal Shetty
February 28th, 2009 at 6:56 pm
@Daiana
No hassles, mail me what exactly you want to display on your blog as a page. I’ll try to help you out
Mail At : iSimplyBlog [at] gmail [dot] com
sarah
March 12th, 2009 at 6:04 pm
hey can you explain how to hide the entire post footer on this too??
Nischal Shetty
March 16th, 2009 at 4:51 pm
@sarah
I’m extremely sorry for the late reply. Been very busy with my day job!
I’m afraid I haven’t tried something like that yet, so cannot help you. If I find a way then I’ll surely let you know
Jim @ CoolStuffForDads.com
March 27th, 2009 at 1:43 pm
I need to add some static pages and looking for the best method to do this. I have also read you can backdate a post and do it that way. I need to research this some more for sure! Thanks!
Nischal Shetty
March 27th, 2009 at 2:48 pm
@Jim
The method described in this post works on back dating. I found this the simplest way to add a static page to blogger (blogspot) blogs
Jester44
March 28th, 2009 at 5:17 am
Thanks for your post, its so help full
igv
March 30th, 2009 at 2:48 am
Hi, the codes didn’t work for me. I have tried deleting the single quotes and type it again but still it didn’t work. The static page are still appearing on the RSS. Please help. I just need the static pages don’t appear on the RSS. Thanks.
Nischal Shetty
March 30th, 2009 at 5:50 pm
@igv
The static pages would appear in the RSS until you dont change the posts timestamp. You need to back-date your post which you intend to use as a static page. (Try making the post date somewhere in the year 2007!)
igv
March 30th, 2009 at 11:03 pm
I did that already dating the dates back in 2007. It is still appears in the RSS. And the codes doesn’t work for me. Hope you could help me. Thanks.
Nischal Shetty
March 31st, 2009 at 2:16 am
@igv
Basically you do not need to worry about the posts appearing in the RSS. Write a few new posts. May be 10-15. Your old posts (which include the static page) would automatically stop appearing in the Feed readers
igv
March 31st, 2009 at 5:13 am
Is there no other way to stop the static pages from appearing in the RSS without posting 10-15 new posts? I was running a blog that has downloads, totally downloads. So I don’t think posting a new one will do. Thanks.
Brian
March 31st, 2009 at 2:14 pm
@igv,
Just put the “b:if cond=’data:post.allowComments’” and “/b:if” tags (with brackets instead of quotes) around anything in your code that you don’t want to show up. I used this technique to remove the date, comments, etc. from my static pages as well as keep them from the RSS feed. I took a quick look at my modified template and think the code you want to single out with this if condition is “b:if cond=’data:post.feedLinks’” and “b:include data=’post.feedLinks’ name=’feedLinksBody’/” (again, with brackets instead of quotes). Just put the “b:if cond=’data:post.allowComments’” and “/b:if” tags around these lines, and they won’t be in your RSS feed.
-Brian
igv
March 31st, 2009 at 2:59 pm
Hi Brian, I got some confusion there. Can you tell me exactly what will I do, what will I put and where will I put those codes? Thank you so much for helping out.
Brian
March 31st, 2009 at 3:06 pm
Search your template for the following two lines:
“b:if cond=’data:post.feedLinks’”
“b:include data=’post.feedLinks’ name=’feedLinksBody’/”
(Note that instead of quotes “” they will have brackets, but I can’t type brackets in this comment form.)
Before the first line, add this one:
“b:if cond=’data:post.allowComments’”
After the last line, add this one:
“/b:if””
(Again, type brackets instead of quotes). The final result is
“b:if cond=’data:post.allowComments’”
“b:if cond=’data:post.feedLinks’”
“b:include data=’post.feedLinks’ name=’feedLinksBody’/”
“/b:if””
Do the same thing to anything else in your template you want to omit from the page.
igv
March 31st, 2009 at 3:25 pm
Brian I found the html but the code you stated is there already. I really can’t figure it out. Can you just add me on ym – igvirene[at]yahoo[dot]com
air0ne
April 8th, 2009 at 2:53 pm
Hi,
It seems that this trick doesn’t work anymore… When I tried to add Static Page as an example in my description area, it says:
”http:” is not allowed:
Nischal Shetty
April 8th, 2009 at 3:13 pm
@airOne
I’m still able to do that!
Try copy pasting the text found in this link – http://txtb.in/2cc into your “Description” text box found under “Settings” – “Basic”.
air0ne
April 8th, 2009 at 5:10 pm
It works…
But when I tried first to add “b:if cond=’data:post.allowComments’” blogger told me that it can’t save (something was wrong)
morris williams
April 15th, 2009 at 10:14 am
hi. i tried over and over to get static pages on my blog but i have no luck at all. my blog looks incomplete with out them can some one guide me step by step threw the process please.
Nischal Shetty
April 15th, 2009 at 4:21 pm
@morris
You can mail ur queries to isimplyblog [at] gmail [dot] com
Timothy
April 20th, 2009 at 5:31 am
hey im having troubles with adding my own tables at my post theres an extra white space above my table..i dont know why thats happening.. anyone?
Brian Shiro
April 20th, 2009 at 7:30 am
@Timothy – I used to have the same problem with tables in Blogger. The solution is to disable automatic line breaks. Go to Settings > Formatting and select “No” on the “Convert line breaks” option. The only downside is that you’ll have to use manual paragraph breaks in all of your posts, including old ones.
rachael
May 5th, 2009 at 9:25 pm
I just tried following your instructions on adding a static page and I got as far the part where you enter code to prevent the time stamp from showing up. This is the error message I received from blogger. I couldn’t preview my blog, or save it for that matter.
“Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Open quote is expected for attribute “{1}” associated with an element type “cond”.” What am I missing?
Nischal Shetty
May 6th, 2009 at 1:00 am
@Rachael
You must have copy pasted the code from this post. Try typing them again. It should work
You can mail me for further assistance – isimplyblog[at]gmail[dot]com
Mark
May 6th, 2009 at 7:17 am
I am trying to remove the “Newer Posts”, “Home” and post footer text from my blog for my CONTACT page but the suggested statements don’t seem to work at the locations to remove this code. I have tried both the no-comment test and also a date test. Any suggestions to remove these elements as well. Even cleverer would be to alter which sidebar elements displayed but I’m not so emotional about that. Any help appreciated.
indu
May 19th, 2009 at 5:06 am
Hi,
I am trying to embed a Contact Form like Zoho Creator to my blog. But, am unable to place it somewhere properly like a new page on the side bar.
Please help.
Eizu
May 19th, 2009 at 2:48 pm
Hi Nischal your tutorial about this is very simple and easy to understand! Though I think I’m having problems.. I followed the steps but the date is still there… (and yes, comments are not allowed) here’s a pic of what I’m talking about…
http://i173.photobucket.com/albums/w55/eizu01/mai%20blog/Untitled-1-1.jpg
and here’s the page…
http://meizuffu.blogspot.com/2009_01_01_archive.html
you can see further codes by viewing my html source…
and also, If you could help me with the date problems that are “undefined” please tell me, but it’s fine if it’s not ok. XD
Thanks a bunch!!!,
eizu
Nischal Shetty
May 19th, 2009 at 5:29 pm
@indu Have you added the Contact Form already? If yeas then you can display the link to the page by adding the ‘HTML\Javascript’ widget to your sidebar.
@Eizu Can you send me the link from where I can download the template used in your blog? Would help figure out the problem if I have the template.
Eizu
May 20th, 2009 at 9:53 am
Hi Nischal,
Thank you!!! You reply so fast.
Here’s the site where the original can be found…
http://blacknero-btemplates.blogspot.com/
While here is where you can download the template…
http://btemplates.com/2009/04/22/black-nero/
Thanks a bunch!!!
- eizu -
Nischal Shetty
May 20th, 2009 at 3:39 pm
@Eizu
I have rectified the date problem in your template and mailed the new template to you. Have a check and let me know.
Viktor Bresan
May 20th, 2009 at 11:58 pm
I have tried the hack with not showing the publish date when comments are disabled – it seems that it is not working.
I have also checked your static page at:
http://isimplyplay.blogspot.com/
and it also has publish date displayed.
Please correct me if I am wrong.
Nischal Shetty
May 21st, 2009 at 1:14 am
@Viktor
Sorry about that. I had changed the test site template to test something and later forgot to put the above code. You can check the blog now. The date dows not appear in the static page.
Can you tell me if you copied the code at the right place? You can email me in case you have trouble having the right look for your page on blogger.
Viktor Bresan
May 24th, 2009 at 1:51 pm
It might be that I am missing something obvious.
I have
appearing only once in template source code. Together with introduced changes, that block looks like:
Having ‘allowComments’ if outside of ‘dateHeader’ or inside of ‘h2′ tag gives the same results.
You can check it on-line at:
http://www.phpbatchmail.com
If you open ‘About Us’ page for example, you will notice that comments are not allowed but the post date is still there.
Viktor Bresan
May 24th, 2009 at 1:55 pm
Now I see that xml tags from my previous post have been stripped, I’ll send you the message once again via e-mail.
Nischal Shetty
May 24th, 2009 at 2:11 pm
@Viktor Send me your template so that I can look into it
Srinivas
May 26th, 2009 at 4:36 pm
Hi,
I get this error if I do the above procedure:
“Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Open quote is expected for attribute “{1}” associated with an element type “cond”.”
Please give me clear instructions on what to do.
Sorry if I am being rude but I am a bit new to blogging and I am a total dummy! =)
Nischal Shetty
May 28th, 2009 at 2:07 pm
@Srinivas Extremely sorry for the late reply. Are you still facing the issue? As far as I can tell, you must have cop pasted the code from my article above. You would need to delete the quotes in the code and type them again. That should work.
Sandeep
May 29th, 2009 at 7:35 am
Thanx for the post.I will try in my blog.
Anjelina
June 4th, 2009 at 6:52 pm
Awesome Article!
Natalie
June 24th, 2009 at 12:23 am
My pages that I create say “page cannot be found.” What am I doing wrong with my link??
Thanks
Nischal Shetty
June 24th, 2009 at 12:32 am
@Natalie
Can you post the link to your blog so that I can try and find whats wrong?
Sarah
July 1st, 2009 at 1:57 pm
I am trying to add pages to a template that already has navigation tabs like your “about” at the top, I can’t find anything that will help me do that, can you?
Nischal Shetty
July 1st, 2009 at 4:37 pm
@Sarah
You can mail me the link to your blog, I’ll see what I can do – mail to: isimplyblog@gmail.com
Kartik Iyer
July 3rd, 2009 at 8:17 am
Hey Nischal…
Thanks for the static page help article. It actually worked very well. I would just like to give you a suggestion. Try to wrap your comments tab under your post. Its way too long in certain posts. I hope the people who visit your blog won’t like thrash content being downloaded every time. Also it takes your comment form too down to the bottom. Hope you work it out.
chao!
Nischal Shetty
July 3rd, 2009 at 8:23 am
@Kartik
Thanks for the suggestion. I’ll try to do something about it
Jeff
July 17th, 2009 at 7:18 pm
@Nischal
First off, thank you for this tutorial! It’s been the only one I have been able to understand for static blogger pages. I am however, running into the following issue and was wondering if you had any suggestions:
After hours of research and trial and error, I cannot figure out a way to hide the “body” of my backdated post from just my main page. When I use the code:
to hide the body of the backdated post, it hides it on both the main page and the static page. So, my question is, how do I hide the post from my main page only? Or rather, how do I allow the body to show on the static page but not my main page? Please let me know if you need to see my source code and I can send it to you via email.
Thanks!
Jeff
Brooke
July 23rd, 2009 at 10:16 pm
This is great, thanks! Do you know what the code would be to eliminate the static pages from the Archives as well? And then also is there a way to remove who ithe static page is posted by and the time? That would be absolutely fantastic!!!
Arun Sinha
August 6th, 2009 at 2:06 am
Thank you, Nischal. I tried this out on a test blog, as you suggested, and it worked very well. I plan to use it soon on my main blog.
faisal
August 17th, 2009 at 9:53 am
hello i tried it but my seperate page is not found it is only showing its tab button not proceeding to next page
Nischal Shetty
August 20th, 2009 at 2:15 am
@faisal
Whats your blog URL? I’ll see if I can do anything…
Patrícia
September 12th, 2009 at 12:12 pm
hi, i´m just starting a blog and trying to add static pages to it, but in the settings-basic-description part it returns me an error: “your HTML cannot be accepted: Reference “”http:” is not allowed: ” . Could you please help me with this?… Thanks!
Nischal Shetty
September 12th, 2009 at 12:58 pm
@Patricia
Can you paste the exact words that you tried saving in the ‘Description’ part?
Patrícia
September 12th, 2009 at 10:09 pm
hi, i tried this:
Static Page
thanks!
Patrícia
September 12th, 2009 at 10:15 pm
ups, this was the one: Static Page
thanks!
Nischal Shetty
September 13th, 2009 at 4:23 am
@Patricia
I guess you were missing “http:” in your URL. try pasting the text found here .
Let me know if its still giving the error.
Patrícia
September 18th, 2009 at 7:22 pm
it’s working!
)) Thank’s so much!
Bunmi
September 23rd, 2009 at 2:33 pm
I commend you for a job well done. This is my first time of trying it and it was not just successful but simple.
But I have a question which I will like you to attend to urgently…how do I put spaces between the pages so that it does not look chocked as it is now. Thanks for your supports.
Bunmi
September 23rd, 2009 at 5:27 pm
Pls, I will like you to help with this too……after spacing the pages, how do I bolden the pages to appear attractive and appropriately?
Thanks so much.
Nischal Shetty
September 24th, 2009 at 1:20 am
@Bunmi
Can you leave your blog URL so that I can check it out plzz…
Bunmi
September 24th, 2009 at 7:13 pm
Here is my blog….http://booksvilla.blogspot.com/
I expect your utmost reply. Regards
Nischal Shetty
September 25th, 2009 at 1:38 am
@Bunmi
Try copying the code from this link
SiiN
September 26th, 2009 at 2:48 pm
i cant make it work its says:
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Open quote is expected for attribute “{1}” associated with an element type “cond”.
… i tried your suggestion to make this > to this>
and still i got that message
SiiN
September 26th, 2009 at 2:53 pm
it didnt show up… i removed the ‘ symbol from the code and still got that error :-\
Nischal Shetty
September 26th, 2009 at 3:17 pm
@SiiN
send me ur template xml file – isimplyblog@gmail.com
Bunmi
September 29th, 2009 at 2:01 pm
Thanks Nischal Shetty, I love the look now. I am recommending your blog to as many as have blogging issues.
Have a cool day.
Nischal Shetty
September 29th, 2009 at 2:28 pm
@Bunmi
That sounds good
By the way, if you are on Twitter then you can help me by telling your friends about my site Twi5.com. It’s a one stop place for all the coolest twitter apps.
Bunmi
September 30th, 2009 at 8:40 am
I will keep you in mind, again, pls how do I tag my posts for search engine optimization? Thanks as usual.
Nischal Shetty
September 30th, 2009 at 5:38 pm
@Bunmi
Try to think of the keywords that most likely are integral part of your blog post. Add them as labels. Labels help a bit in SEO…
Bunmi
September 30th, 2009 at 6:24 pm
Oh! friend, I have done it, although I knew that but wanted a tag…anyway its alright with that for now.
Now that I have cool page with your utmost help, I realise that posts published in pages do not appear when the pages are clicked.
Plzzz how do I publish directly into the pages? Plzzzz help.
Bunmi
October 6th, 2009 at 2:11 pm
Hi Nischal,
Plzz, attend to my request. I observed that my posts do appear only on the home page. Is there anything to set at the POST OPTIONS to start getting it right?
PLEASE……
tansiying
October 19th, 2009 at 8:37 am
Hi.. i tried to follow your advice by adding the 2 codes before and after this-
However I am using the old Blogger and there does not seem to have this line of code.
(a) Is there any other way to do this without switching to the new Blogger?
(b) I’ve tried using the new Blogger on a test blog but I still cant do it… the code is
Could you share with me for the above 2? Thanks!
Nischal Shetty
October 19th, 2009 at 8:49 am
@Bunmi
I don’t think there are any post options to help you
@tansiying
I’m not too sure about the old blogger. Can you tell me what problem are you facing?
To add a static page right away in the easiest way possible, all you need to do is paste the URL of the post in your blogs description area. If that seems difficult, just tell me which post on your blog you want as a static page, I’ll try to help
tansiying
October 19th, 2009 at 8:58 am
Ok thank you. I would like to have a separate page (for more than 1 entry) on siying.blogspot.com (on old blogger) mainly for displaying the art products I create, a bit like an online shop. Is that possible or static page only allow 1 entry?
Thank you!
Nischal Shetty
October 19th, 2009 at 9:02 am
@tansiying
You can link to as many pages as you want provided there’s enough space in the area below your blogs title (that is where the page links would be displayed)
tansiying
October 19th, 2009 at 9:14 am
Oh ok. However on old blogger, I do not have this the code – data:post.dateHeader/ … so I cant add the codes you mentioned above..
Nischal Shetty
October 19th, 2009 at 9:20 am
Thats not a problem. The codes just help you to distinguish between regular posts and posts that you create for static pages.
Just copy the link of the static page and paste it. You can send me an email isimplyblog [at] gmail [dot] com. I’ll be able to help you better.
ajol ahmad
October 22nd, 2009 at 3:07 pm
i was successful up to the point where i had to put link in the Settings>Basic>Description. I put the exact code of Static Page. And it gave me: Your HTML cannot be accepted: Reference “”http:” is not allowed: A
thanks in advanced.
Nischal Shetty
October 22nd, 2009 at 4:42 pm
@ajol
Can you paste the exact code that you used? Paste it on this site http://txtb.in and share the link here in the comments
ajol ahmad
October 23rd, 2009 at 3:12 am
http://txtb.in/5Ox. i tried to use the link as my static page.
Nischal Shetty
October 23rd, 2009 at 3:20 am
@ajol
Try copying the code from here http://txtb.in/5Oy
It shuld work. I guess the problem was with the double quotes (“) that you were using.
ajol ahmad
October 23rd, 2009 at 8:03 am
thank you very much. that solved it.
Safiyah
October 28th, 2009 at 3:12 am
So I followed your instructions, and disabled comments, etc, but the time still shows up… why is this?
dreamer4690
October 29th, 2009 at 8:50 am
hi.i tried to do as u told but,it doesnt work.
i want to add navigation tab such as home,contact us.n etc into myblogspot.
hope u can help me on this
Lee
November 2nd, 2009 at 12:42 pm
Thanks! This worked a storm. About time Blogger caught up with Worpress on this, though …
Nischal Shetty
November 4th, 2009 at 5:01 pm
@dreamer4690
What prob are you facing exactly?
@safiyah
Are you sure you added the code given above to not show the time?
Sarah Gorrell
November 9th, 2009 at 4:49 am
I have added a menu bar, with tabs, underneath my header. If you click on the tab (recipes, for example), error message is “page not found”. How do I create the pages? How do I link the tabs to the newly created page?
I want to be able to post Recipes, or Photos, or my Family Tree, etc. Please help!!
Many thanks…..
Sarah
Sarah Gorrell
November 9th, 2009 at 4:51 am
my blog is: msporch.blogspot.com
Guzzo
November 14th, 2009 at 5:29 am
Thanks for the great tutorial. I’ve got it working except for removing the dates. Here’s my problem -
I have the code you referred to listed twice in my “Rounders” template:
{}
{}
{}
{}{}}
{ }
{}
Which one do I choose?
Nischal Shetty
November 15th, 2009 at 4:15 pm
@Sarah
There’s no special way of creating pages. As described in the tutorial above, just create a new blog post and backdate it.
@Guzzo
Can you paste the code at http://txtb.in and share the link so that I look at the code?
Guzzo
November 16th, 2009 at 10:34 am
Thanks Nischal, that’s a handy tool. I’ll make sure to bookmark it.
Here’s the link..
http://txtb.in/6sC
Nischal Shetty
November 17th, 2009 at 3:13 pm
@Guzzo
Try this http://txtb.in/6w5 not sure if it’ll help..
Sarah Gorrell
November 23rd, 2009 at 5:24 am
Finally!! Got over my ‘senior moment’ and successfully creataed the static page for the ‘Recipes’ tab …..the problem is that the post will not show up on the page that I’ve created (even though I’m using the correct URL).
Please help, again!!
Nischal Shetty
November 23rd, 2009 at 2:39 pm
@Sarah
I can’t check it out.. Blogger says your blog is invite only…
Sarah Gorrell
November 23rd, 2009 at 3:15 pm
Oops – sorry. I meant to change that ….had it set that way while I was creating.
You can now access.
Nischal Shetty
November 23rd, 2009 at 3:50 pm
@Sarah
I can’t see any posts written on your blog.. You need to write a regular blog post. Since you want a Recipes page, write a blog post with the title Recipe and publish it. I’ll tell you what to do once you are done with that.
Sarah Gorrell
November 23rd, 2009 at 4:01 pm
Nischal: I’ve posted a recipe for Banana Bread to the Recipe page.
Awaiting your advice!
(Hidden message …what would we do without you???)
Nischal Shetty
November 23rd, 2009 at 4:28 pm
@Sarah
I can’t see it.. ideally the post whould be visible on the front page of your blog… did you press the “Publish” button?
Sarah Gorrell
November 23rd, 2009 at 4:40 pm
Yep, I did.
I added code so that it would not post on the Home page….but somewhere, in that code, apparently I need something so that it will post to the correct page.
Nischal Shetty
November 23rd, 2009 at 4:42 pm
oh..k.. I’m not too sure about that code. You can remove it. There’s no harm if the post appears on your blog. Once you have more number of posts, these pasts which you want to use as pages would be automatically pushed back into the archives.
Zahir Khan
November 25th, 2009 at 2:22 pm
This was fun. Thanks a bunch dude
webformsguide
November 29th, 2009 at 7:26 pm
Be ware of using emailmeform!!!
One of emailmeform owners, James Salganov, is a dishonest person. He purchased the website from Alexandru Marias, and sold it to Harrison Hung, without paying the money he was to pay to Alexandru Marias.
The conflict between James Salganov ( past owner ) and Alexandru Marias ( developer of the service who has not been paid ) might affect the site badly, as there is a bigh trust issue in the middle
WebFormGuide
November 30th, 2009 at 9:31 am
One of emailmeform owners, James Salganov, is a dishonest person. He purchased the website from Alexandru Marias, and sold it to Harrison Hung, without paying the money he was to pay to Alexandru Marias.
The conflict between James Salganov ( past owner ) and Alexandru Marias ( developer of the service who has not been paid ) might affect the site badly, as there is a bigh trust issue in the middle
valerie
December 7th, 2009 at 3:12 am
We are happy to announce a new management team at EmailMeForm.com!
EmailMeForm™ has long been a valued service that allows anybody to create functional web forms on any website. Unfortunately, the previous management had not invested in continual improvement to the EmailMeForm™ service throughout 2009. The lack of a solid working relationship between the past owner and the former head developer lead to a cold war that eventually forced the sale of the site to our dedicated hands.
Not surprisingly, the relationship problems continue to spill over even after the service has already been transferred over to new hands. The new management cannot heal these old wounds. We are already pulling long hours to take EmailMeForm™ to the next level. Most of these improvements are not readily apparent to you as we are working on renovating the foundations of the EMF house.
Regarding privacy issues and your form data: EMF will never abuse or sell this information to Third Parties. The previous owners, who may have copies of the database, are legally liable if this information is inappropriately used. Should an infraction occur, you can be assured that EmailMeForm™ will work toward a resolution.
For more information please visit us at http://www.emailmeform.com/#rogue
Happy Holidays and looking forward to 2010,
EmailMeForm™ Team
ashley
December 16th, 2009 at 5:25 am
each time I try to add to the description section, it tells me that http is not allowed
Nabila
December 29th, 2009 at 12:07 pm
The static page (that I just posted) appears as a post (it appears before the first post I made). I think it’s because my blog is still new, and I just made 1 post so far, so that’s why. Anyway, thanks for your help!
Navdeep
December 30th, 2009 at 12:26 pm
Hello>
could u plz explain me why?
i’m new to blogger, i added a new page in ma blog as you told in your blog. buh when i posted that post, thats also appearing on ma homepage ? why so ? i got the link of new page buh i said that post is also on ma main page ??
thanks
Navi
Nischal Shetty
January 2nd, 2010 at 5:30 am
@Nabila
Yeah, you must be seeing the page post on your homepage if its the only article on your blog. As and when you add more posts, the static page post would be pushed deep into the archives
@Navdeep
It may be because your blog is new. Add more posts and the static page you created on your blogger blog would be pushed to the archives and would not be visible on your homepage.
polkadot
January 7th, 2010 at 6:16 pm
Great post! Is there any way I can make the static page my homepage?
Thanks
Niki
January 9th, 2010 at 7:09 pm
I did it all but then at the end when I’m putting in my URL it says that http isn’t allowed. I deleted the http and it’s not showing up.
Niki
January 9th, 2010 at 7:32 pm
okay so I read some of your other comments and you posted a link where i can copy and paste another code and put in my html. i did that AND i typed in my html of my ‘hidden’ post and it will bring it up but it’s not showing up under my header. please help
Nischal Shetty
January 10th, 2010 at 1:49 am
@Niki
Sorry abt the late reply. Okay, so can you post the code that you tried pasting into your description?
Nischal Shetty
January 10th, 2010 at 1:55 am
@Polkadot
I guess you can set a page as your blogger homepage but it would involve template editing. I dont think there’s a quick and easy hack. If you finally do find one, lemme know too
Daniel
January 11th, 2010 at 5:26 am
Great post… Thanks for this..
Was searching about this for long time.. Thanks again (:
benier koranache
January 11th, 2010 at 11:05 pm
Hello – I followed ur template editing instructions for my blog on Blogger – yet I have a DNS plugged in via IP #s __ I wonder if that will obstruct the html link in the ‘description” box? > o and do the alternate “static pages” just “show up” in the header? or do I have to type them in and link them? – thx
Blog> http://www.harlembarbq.com
Anshul
January 12th, 2010 at 10:23 am
Hey,
I tried this but it shows the following error:
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Open quote is expected for attribute “{1}” associated with an element type “cond”.
Please help me out. Thanks!
Nischal Shetty
January 12th, 2010 at 4:15 pm
@Daniel glad you found this post helpful
@benier You’ll have to manually add the links in the description. I dont think doing this would obstruct with anything
@Anshul Please go through the comments above. A lot of people have faced similar erros. You’ll find the answer in one of my replies
Lucky Flaush
January 15th, 2010 at 11:01 am
Cool, but what we have to do to erase it too from the blog archive, I see in your example page that the blog archive displays also that 2006 post which represents the static page…
And I find this disturbing…
Nischal Shetty
January 16th, 2010 at 2:49 am
@Lucky
There are hacks to have the static pages in blogger not show up in the archive. You’ll have to search for it though.
benier koranache
January 17th, 2010 at 12:46 am
Hello Nischal – I am getting ‘double DATES’ on all my new posts. I may have missed a previous post on this. is this a known bug in ur recipe? – regards, B
Nischal Shetty
January 17th, 2010 at 3:41 am
@Benier
I guess your template has the “data:post.dateHeader” tag at 2 places. Just open the template and search for it. Delete it from one of the places.
Becky
January 21st, 2010 at 5:07 pm
I read and re-read this post and all the comments. I tried and re-tried doing every thing step by step but continued to get the “not well parsed” error. I had an email started to send you my code to ask for help. I went back in to try one more time only to copy the exact error I was getting into the email to you ….. AND IT WORKED THIS TIME!! No error and no date on my static pages!!
I don’t know what I did differently but Thanks for a great post and instructions!!
Nischal Shetty
January 21st, 2010 at 5:32 pm
@Becky
Good to know it worked well for you
pam perry
January 24th, 2010 at 12:50 am
doesn’t work if you have a custom header?
Muhammad Farooq
January 24th, 2010 at 3:39 am
Nice information Thanks
Nischal Shetty
January 29th, 2010 at 5:31 pm
@pam perry
It should work. I mean the theme would have place for the description. Did you try putting text into the “Description” area?
Paul
February 4th, 2010 at 2:39 pm
As a note, Blogger now supports static pages. You can read about how to add them here: http://www.google.com/support/blogger/bin/answer.py?hl=en&answer=165955
benier koranache
February 8th, 2010 at 11:34 pm
Hello, Nischal _ I’ve dashed customising BLOGGER’s page w/ such limited editing constraints. I’m still stuck with “double dates” as I altered the code to “hide” the blogger header. Do u think u can give it a quick look and perhaps discover where I screw’d up? Kind Regards, B!
benier koranache
February 8th, 2010 at 11:35 pm
u can see the CODE here: http://bit.ly/haRlemDD
sujan mukherjee
February 10th, 2010 at 10:54 am
Hi Nischal-Thanks for this info.I didn’t knew that blogger is offering static pages.Thanks for sharing.I just discovered this page two days back and created few static pages.
But, my problem is, I need to allow comment in one of my static page.I’m using Discuss Comment System.But,my static pages are not showing comment form.Yeah,I’ve enabled comments for the static pages from the page editor.But,no, it’s just not showing.Can you help me please!
Have a great day!
Connie
February 10th, 2010 at 7:40 pm
Thank you so much, Nischal! It took me a bit to get it right until I found the post that said to retype the quotation marks, and voila, fixed! This is very cool. Thank you again,
Connie
Peggy
February 12th, 2010 at 5:50 pm
Nischal,
This is really good information for me. Thanks! I have a couple questions if that’s ok:
1) I have read that the classic template is better for SEO. I want to make some landing pages with blogger and hence I don’t want the date showing. I have not made the bloggers yet, so I don’t need to worry about previous posts. Can I use this html trick on the classic template?
2) In your opinion/experience, is the classic template better for SEO?
Thanks in advance,
Peggy
benier koranache
February 15th, 2010 at 8:04 pm
all set now, NS – thx m8! – ur HIRED!
EMR
February 16th, 2010 at 7:51 am
Very fine. You greatly help me in creating such pages.
It works good.
benier koranache
February 17th, 2010 at 5:54 am
@Blogger just added a “pages” widget! I think they heard you a comin’ NS! cheers!
Nischal Shetty
February 17th, 2010 at 4:52 pm
@Benier
lol… yeah, I guess Blogger finally realized the importance of ‘Pages’…. Yippiee….
MC
February 23rd, 2010 at 4:07 pm
Hi,
Thanks for the tutorial. One problem is that if you created your own template (with a dummy application for HTML/CSS challenged), that wouldn’t work, which is a bummer.
Gwei Mui
March 4th, 2010 at 11:02 pm
Hi wonder if you might be able to help me I have three blogs which I’d like to merge into one blog but on seperate pages Take Away Thoughts being the main/index page, your post about adding a static page would this be appropriate on this instance or is there another work around?
BLOG_SEO
March 5th, 2010 at 6:35 am
Nischal Shetty, it worked on my blogger templates and layouts..thanks a lot pal.
Pethum
March 7th, 2010 at 2:43 am
Thanks dear.great information.
Nischal Shetty
March 13th, 2010 at 5:48 am
@Pethum @Blog_Seo u’re welcome
@MC yeah, tht’s a bummer
@Gwei Sorry abt the late reply, I’ve been quite tied up with my unfollow twitter app http://JustUnfollow.com lately.
Well, merging 3 blogs into one using static pages wouldn’t really merge them. You’ll only end up linking the three blogs with each other. But if you intend to keep the blogs separate then this static page thingy is a good option!
Mo Train
March 19th, 2010 at 3:09 am
I still cant figure this out, if I switch to Word Press will I lose search engine ranking?
kb
April 10th, 2010 at 5:20 am
fail-3 times. SOS what am I doing wrong? Much appreciated!!
Nischal Shetty
April 10th, 2010 at 5:31 am
@Mo Train
You would see a small drop in the traffic from search engines initially but in the long run wordpress would be more helpful. You need to be a little careful though. When you shift from blogger to wordpress, see to it that the old links behave the same or at least redirect to the right post.
@kb
Just provide me with the links to the posts you want to have as static pages. I’ll give you the html code which you can paste.
Brian
April 10th, 2010 at 1:55 pm
Hi, Nischal. I have a new Blogger blog that I’m working on now, and I’m using the new Blogger template with Pages. However, I still want to have some static pages using the method described here b/c Blogger limits us to to only 10. I’ve tried this method, but it doesn’t work. The posts still appear in my feed. Do you have any ideas? Thanks.
Nischal Shetty
April 11th, 2010 at 2:08 am
@Brian
Posts would appear in your feed if you haven’t backdated the post. Give them a date of like 2001 or something. If you have backdated, then the reason for posts appearing in your feed would be because there wouldn’t be any other posts in your blog. As and when you add newer posts, these backdated posts wouldn’t show up.
Brian
April 11th, 2010 at 1:02 pm
Nischal,
No luck. Back-dated posts still show up on the page and in the feed. I can successfully keep them out of the archive list by excluding showing any from that year. The site is here: http://www.astronauts4hire.org/ We’re trying to make individual bio pages for each person but not have them show up in the feed and on the main blog. Maybe I’ll give them a label bio and filter based on label to see if that trick works.
Nischal Shetty
April 11th, 2010 at 1:23 pm
@Brian
yeah, excluding a particular label from the feed is a smart idea
Brian
April 11th, 2010 at 1:35 pm
Like I said in my last comment, I was going to filter based on label instead of whether a post allows comments according to the directions here: http://blog.mobocracy.net/2007/06/filtering-blogger-by-label.html
However, when I started to implement this, I figured out how to accomplish my original goal of filtering based on comments in the new Blogger templates made with Template Designer. Just go to
b:includable id=’main’ var=’top’
Scroll down 5 lines to
b:loop values=’data:posts’ var=’post’
and just after it add
b:if cond=’data:post.allowComments’
Scroll down about 38 lines and add
/b:if just before the /b:loop
Now it works!
Jenny
April 13th, 2010 at 4:28 pm
Thanks! After some tweaking here and there, it worked out for me!
Vatjarr Il Nuovo
April 21st, 2010 at 8:23 am
Hey…
Can you help me plase…
I have a problem in my static page.
My static page isn’t have a comment form.
How to embedded comment form on my static page.
I hope you can help me.
Thanks before…
Nick
April 23rd, 2010 at 8:54 pm
Hi NS,
Is there a way to add static page without all the gadgets, widgets on the page?
Nischal Shetty
April 24th, 2010 at 3:49 am
@Vatjarr All you need to do is not select the ‘don’t allow’ option to enable comments on ur pages
@Nick This method of adding static pages doesn’t require any widgets, it’s the simplest way to add pages
Oscar and Rose
April 24th, 2010 at 5:19 pm
Hi – is there a way to make PAGE TITLES (ie, ‘home’ ‘about me’ ‘contact me’ open up all the posts with specific labels? for instance, I will be writing about photographing children, pets, weddings etc and giving them the posts those labels. I want each one to have it’s own page title. Is that possible?
Cheers!
Oscar and Rose
April 24th, 2010 at 5:20 pm
PS – I know I can add links, but I want the reader to click on the top of the blog as I have nothing on the sides
)
Nischal Shetty
April 25th, 2010 at 2:18 am
@Oscar Yeah, it’s one and the same right. I mean, above we are adding links to the posts in our description area. Instead of that, you can add links to your labels. Isn’t that what you want?
Oscar and Rose
April 25th, 2010 at 9:02 am
yes it is. So I need to have html coding on the blank page – is that right?
Nischal Shetty
April 25th, 2010 at 9:08 am
@Oscar no new page is needed here. I can see you have put up links for various labels. But the links are to a particular post. You need to remove them and place links to labels.
For Example: The ‘Children’ link would be as found here – http://webklipper.com/k/bVrdZgvv9f4Cz5POvlpv
Nick
April 26th, 2010 at 3:56 pm
NS,
I wanted to add a static page without the gadgets that are on all of my others pages. how can I remove these blogger gadgets from the static pages?
Nick
wenl
May 7th, 2010 at 2:31 am
Much thanks. I just followed your tutorial and add a static page.
Keep your good work.
Nischal Shetty
May 7th, 2010 at 2:34 am
@Nick There’s no easy way to do something like that for now.
@wenl Glad the article helped you
wenl
May 7th, 2010 at 2:50 am
Wait, help!
I followed your guide and copy the code and it shows in this way:
And then I save the code, but the date is still displayed in my static page.
Why? Did I do something wrong?
Madhu
May 8th, 2010 at 3:12 pm
Pls! tell me one more method to send posts automatically to the static pages while posting.
Layla
May 14th, 2010 at 5:05 pm
Hi
Thanks for you post, I found it very helpful!
I have a question though?
Is there anyway for me to actually add posts to my static page?
Like I have this static page http://viewfromthetopofahorse.blogspot.com/p/stable-news.html which isn’t my main blog page, but I want to currently update it with news about my friends, kind of like a *second* blog? Can I make it so that I have actual posts (with embedded comments) on my main page as well as this page?
Thanks!
Nischal Shetty
May 16th, 2010 at 4:49 am
@wenl I guess u might have missed something while copying the code to hide the date or may be your theme has a different way to displaying the date
@Madhu What exactly do u want to do?
@Layla Static pages in our case are posts displayed in a different way. So I’m afraid you wont be able to add posts to them!
Layla
May 19th, 2010 at 10:28 pm
Nischal, do you have any idea how she did it?
http://weareflyingsolo.blogspot.com/search/label/reviews
all her normal posts go onto her “home” page, but she also has posts on this page?
Thanks
Nischal Shetty
May 20th, 2010 at 2:30 pm
@Layla Those are just links to labels. You can do it too. Instead of linking a blog post, you can link to a label. Then whenever you write a new post give it the same label. I hope you are getting me.
Layla
May 20th, 2010 at 11:46 pm
Yeah I think so…
Like I give all the posts that I want on that page the same label right?
But then how do I get them to show up on that page?
sooyg
May 23rd, 2010 at 2:35 pm
hi! i saw this blog and i also want to see feeds only in my home page. i don’t know if this has a relation to static pages but i want the idea of showing only feeds plus the automatic tweets using twitthis. can you check this out: http://transcenture.blogspot.com/
and please do the analysis. i think you’re good at computers and programming. thank you for the step by step blog you will do for me! ^^
sooyg
May 23rd, 2010 at 2:47 pm
and by the way, can i use this kind of comment box in blogspot? i like it. by the way, you can just give me a link or a tag so i can just google them and discover them on my own (if you’re busy).
MARJORIE RICHARDS
May 31st, 2010 at 11:50 pm
I don’t believe I’ve seen this described that way before. You really have made this so much clearer for me. Thank you!
Red Nola
June 20th, 2010 at 9:03 am
Hi Nischal, as you know now blogger allows up to 10 pages. I tried to put horizontal tabs but its not working. Blogger blog says following: Go to “Posting” Edit Pages tab, then click New Page. Once your page is published, you can link to it from the “new Pages widget”. but page widget shows only one entry “Home” For that blogger given solution as :
Find code
and make it “showaddelement=’yes’
# If this HTML does not exist, paste the following lines of HTML where you want the tabs to appear (for instance, after )
My problem: I can find crosscol wrapper anywhere in edit HTML even after I click expand widget.
and I dont to where to put above give code since I cant find )….. anywhere I try to put it gives errors..
Please help me on this.
roon
June 26th, 2010 at 9:29 am
Great. its work well. I like this post.
Audrey
June 30th, 2010 at 11:04 am
Hi, I found this tutorial very helpful and easy to understand. I seem to have encountered a small problem though…
when I try to paste the link into my Description box this error comes up:
Your HTML cannot be accepted: Reference “”http:” is not allowed: A
No idea what’s wrong or how I can fix it, and as far as I can tell nobody else is having this problem. Could you help me?
Farrukh Naeem (Indian Copywriter)
July 2nd, 2010 at 10:57 pm
Hey Nischal – nice post. Just wanted to add that Blogger now has a new widget using which you can add pages to your Blogger blog in less than 3 minutes with just clicking buttons.
I posted a video tutorial of it just now – would be great if you can point your readers to it – they could find it very useful:
http://www.indiancopywriter.com/2010/07/how-to-add-page-or-pages-to-blogger.html
Hope it helps!
Keep blogging well dude!
Clumsy Fancy
July 3rd, 2010 at 1:42 am
Thanks for the tutorial, but sadly I wasn’t successful in excluding the post to the feed since I can’t change its date prior to my first post.
I would appreciate if you could find solution to my concern.
Nischal Shetty
July 11th, 2010 at 4:14 am
I’m so sorry, It’s been a crazy last few weeks for me, couldn’t check this blog.
@Layla @Audrey Still having the problem? I’m here to help you, lemme know
@Farrukh thanks a lot
@Clumsy You can’t change the date? I mean, you could not find a way to change the date or you don’t want to change the date? And blogger now allows users to add pages, please do have a look at that first before trying the method mentioned by me here.
Michaela
July 11th, 2010 at 10:34 am
Hi there I tried 6 times but I always get this message (Open quote is expected for attribute “{1}” associated with an element type “cond”.), any idea what I am doing wrong? I´d really appreiate your effort
Nischal Shetty
July 11th, 2010 at 10:42 am
@Michaela You are probably copy pasting the code directly from this page. Delete the single quotes from the code and type them again. Are you getting me?
Michaela
July 11th, 2010 at 11:22 am
Yes I was
thank you for your kind reply, it´s working as a charm now. Keep up the great work ta ta ta
Layla
July 11th, 2010 at 10:40 pm
Hey Nischal, I’m still having the same problem?
thanks
Nischal Shetty
July 12th, 2010 at 1:56 am
@Layla
http://isimplyplay.blogspot.com/search/label/blogger.com
Here, replace “isimplyplay” with your blog name and replace “blogger.com” with the name of your label.
If u have used the label widget on ur blog, you would be able to see the links of each label by clicking on it. If there’s still a problem then just send me the link to your blog (either mail it to me or leave it in the comments here). I’ll check out the label links in your blog and let you know.
mido
August 13th, 2010 at 12:25 am
thanks nice topic
Levitramentos
August 22nd, 2010 at 6:15 am
I really liked your article write more .. I will add you to their favorite
Jaikiran
August 22nd, 2010 at 7:48 am
I was looking for adding a static page to my blog and couldn’t *see* any easy way to do it. I read this blog and was about to venture out on doing the same tricks, but I stumbled upon an existing features in blogspot which allows you to add static pages (upto 10) without any tricks. Here’s what I found out:
1) Click on “New Post” in blogger dashboard
2) Under the “Posting” tab, you’ll notice 3 sub-tabs. One of them is “Edit Pages”.
3) Click on that “Edit Pages” sub-tab link.
4) You’ll now see a “New Page” button. Click on it. That’s it! You’ll now be able to create a static page without requiring any tricks.
Nischal, you might want to update this blog article to mention these steps for easy reference. I happened to stumble upon your blog through google. I’m sure many others will find it useful, if these steps are mentioned in the article (instead of having to read through the comments)
Thank you for this article!
Ashish
September 4th, 2010 at 2:04 pm
blog me option h…
chk out bosss…
ravi
September 25th, 2010 at 10:30 pm
my blog have no option this “Don’t Allow”
what i can do.
how to add multipal pages.
Or
How to hide post but it publish it(so i get usl)
ravi
September 25th, 2010 at 10:32 pm
my blog have no option “dont allow”
what i can do.
i want to add multipal pages, HOW
send my mail address
money mutual
October 2nd, 2010 at 11:37 pm
Hello adminstrator . Why dont you add facebook badge on your blog ? Thanks see you
RC
October 28th, 2010 at 4:11 pm
great blog post…
Am wondering if this blog post will help with making my static page the home page as seen on the ‘Home’ tag at http://itstravelcompany.blogspot.com/
if i follow this blog post to the letter will i have the backdated blog posting set as my home page???
Will the HTML code you describe above direct me to the ‘Home’ tab at the top of my blog?
Thanks for your help!!
teecup
January 20th, 2011 at 1:15 pm
I’m glad I ran into your blog site. I’d like to know how I can edit the layout of my static page (change the number of columns, add widgets, etc. as i would on my main page/my blog). Any tips? Thank you.
Nishant
March 16th, 2011 at 2:31 pm
I am very glad to post my new article in diffrent pages of my blog, but when i post any information it appear on the home page?? please help me.
App Development
May 4th, 2011 at 11:08 am
Thanks for sharing.I just discovered this page two days back and created few static pages.
thanks,
paid critique
May 5th, 2011 at 1:12 am
do you know how to hide blog post from homepage? i want to set a static page in my blogs homepage and i will set a link to my blog but in the same URL.
thanks. hope you can help me.
Jessie Costin
May 20th, 2011 at 10:51 am
I don’t know if blogger has added this since this post was first written, but there is an easier way to add pages. (Forgive me if these pages are somehow different to the static pages described here.)
In the ‘Design’ tab, under ‘Page Elements’, click ‘Add a Gadget’ wherever in your blog you want the links to your pages to appear. I did it at the top under my header.
After you’ve added that, go to ‘Posting’ and ‘Edit Pages’ to add a new page.
zeeshan
May 30th, 2011 at 6:06 pm
I have created navigational bar in blogspot,with three tabs Home Video About Me.I want to add all new post under Video tab.Can i do this in blogspot.Plz help me.
Jay @ SEO Domain Names
June 7th, 2011 at 10:32 pm
Excellent write up. Now they offer static pages, however people will still need your tutorial because Blogger only offers 10 static pages. I have already exceeded the 10 alloted pages and will be creating this version of static pages.
Thanks for the hard work.
SEO Domain Names
Destiny
June 28th, 2011 at 11:10 pm
How do you add a “where else am I?” kind of gadget? I just want a little thing that you can put links in- not a page. I want to link my blog to my other pages, like Facebook and the writing sites i go on to publish my work.
shone manner
September 4th, 2011 at 5:28 pm
error on last step which is when click button save, error message appear : –
There are errors on this form
Your HTML cannot be accepted: Reference “”http:” is not allowed: A
pupu987
September 8th, 2011 at 1:53 pm
thnks! just wht I hd been serching for .)
Edward
September 20th, 2011 at 7:08 pm
thanks for the tip…
Dominick Spiwak
September 28th, 2011 at 1:13 pm
my friend wanted to know something about this, ill point him to your blog, thx
adnan
October 11th, 2011 at 2:56 pm
that’s good and thanks for posting such informative stuff
jarviz
October 22nd, 2011 at 1:17 pm
how can i post some posts on the second page of blogger, not the homepage?????
How can i keep Post A on the top every time? because when we post new things, these will come above that Post A.
thx in advance.
charlotte wilson
January 11th, 2012 at 9:43 pm
Nishal,
I am confused. Maybe it is the blogging terms that confuse me. Here is my dilemma. I have a blog that I have 5 tabs below my header, starting with “Home”. HOW do I add posts to go under the tab when you click on it? I have searched all over and still dont’ get it. Please help.
Thanks so much,
charlotte wilson
TBG
February 27th, 2012 at 6:07 am
Great. Thanks for sharing this. ^^