Here I am going to talk about a dirty hack to make custom about me page on blogger. Lets have a look what you are going to get after doing all this.
Note: Save your existing template before, doing anything. If you break anything , you can restore the template back.
STEP-1
Create a blog post with title "about me" and content whatever you want. Then go to Post option
STEP-2
Go to post option and click "Don't allow comment" and Set time-stamp to a very old date (may be much before your birth).
Step-3
To remove time-stamp from this post your have to wrap part of code which generates Time stamp in your template with this code.
<b:if cond='data:post.allowComments'>
</b:if>
This is basically a way to tell that whatever "post does not allow comment" will not generate few things (which is time-stamp in our case).
Step-4
Go to layout section of your blog, and go to edit HTML. Choose "Expand Widget Templates" option.
Now select all the text from Text area and put in your favorite "Text Editor" . (FYI My favorite editor is Notepad++).
Now wrap following 2 block with code above
<h2 class='date-header'><span><data:post.dateHeader/></span></h2>AND
<div class='post-footer-line post-footer-line-1'>
Part-1
Part-2
Once you are done with this editing, go paste the entire thing back to blogger text-area and save the template.
Note: You should wrap the code very carefully, basic HTML knowledge is very essential for this. Every Div block starts and ends some where , so wrapping must be perfect.
You can link the URL of the page on "About Me Tab" Read My other post.
Thats it, Your are done!!!
No comments:
Post a Comment