Inner Forum
February 10, 2012, 12:42:33 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Inner Forum update The website...and Added More use full Links,for more updates log on to
www.innerforum.com
 
   Home   Help Search Quran Flash Tags GoogleTagged Listen to Quran Listen to Quran Login Register  

Pages: [1]   Go Down
  Print  
Author Topic: Blogger Pages are finally out  (Read 333 times) Bookmark and Share
niceabi
Global Moderator
*****
Offline Offline

Posts: 9547



View Profile
« on: February 18, 2010, 12:17:47 AM »

Blogger Pages are finally out

Blogger has now released the pages feature just like in Wordpress blogs. You can use these pages for about me, contact me etc. The blogger pages are more or less like the blogger posts. But these pages wont appear in the blog archives and the blog feeds.

How to create a Blogger Page?

1. Login to your Blogger Account

2. In the posting Tab you will find an Edit Pages option



3.Click on the New Page button and you will get a new page editor(same as the post editor that you normally use)



4.You can make the page, in the same way as you create a post.If you want to enable commenting on the page, then you can do so fromthe post options



5. When you hit the Save And Publish Page button, you will be asked if you would like to add the Page Gadgets onto your blog



You can add the page gadget on the sidebar or as Top navigation Tabs.These widgets may not properly sync with your blog template.So i would advise you to choose the No Gadget option and add the links manually to your blogger template. You can obtain the links to the newly created pages from the Edit Pages Tab.

If you opt to add any of Pages gadget, then you will get an easy interface to add the page links to your blog. (now available on draft.blogger.com only) Here is what the Gadget options will look like



Limitations

1. You can only create a maximum of 10 pages.

2. Separate templating for pages would be a little too difficult(but not impossible Smiley )
Advanced options.

If you are familiar with the usage of blogger’s conditional tags and want to do something special with the pages, then you can use the following conditional tag for that

Quote
<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
When condition is true this will be done
</b:if >

eg: If you want to hide the sidebar on the Static Pages, then you can use these conditional tags properly to implement that

Here is the incomplete sample code for the same

Quote
<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<style type="text/css">
.sidebar-wrapper{display:none;}
</style>
</b:if >

This code should be placed above </head> in your template.

you will have to add some more CSS definitions to make it complete(you should increase the width of the post area.. ) these will be different from template to template. So  you will have to figure it out Smiley
« Last Edit: February 18, 2010, 12:22:17 AM by niceabi » Logged

www.innerforum.com
niceghazi
Super Hero
******
Offline Offline

Posts: 3321



View Profile
« Reply #1 on: February 22, 2010, 06:16:36 AM »

nice info dear...
Logged

www.innerforum.com
niceabi
Global Moderator
*****
Offline Offline

Posts: 9547



View Profile
« Reply #2 on: February 22, 2010, 07:03:36 AM »

thanks
Logged

Tags:
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!