What is the use of URL

URL is the address of your blog or website
When you start thinking of doing a business,Tutorials through internet,first thing which you think about is your web site domain name
Many people think it is important to have keywords in a domain. Keywords in the domain name are usually important, but it usually can be done while keeping the domain name short, memorable, and free of hyphens.
Remember following points
- Why do you want to build your website or blog?
- Who is your target audience?
- What they need from you?
- What you intend to sell to them. Is it a tangible item or just text content?
What is the use of Title in Blogger
The Title is very important of your blog.Title reach your blog to visitors. Without Title in your blog or website you can not view your blog in Search Engine.
Example
When i was create my demo blog i had given Title "Blogger Panel Lab"
Example
When i was create my demo blog i had given Title "Blogger Panel Lab"
How is the Title Work in browser ?
How is Title Work in Search Engine ?
How To Install New Template In Blogger
Firstly Download a Template From Internet. You Have Get a Zip File. Please Extract It And You Will Find a .xml File. Extract This .xml File On Your Computer/Laptop Desktop.
Then Click On Backup/Restore Button
Before Install download old template
Click On Choose File Button.
Select the Xml File On Your Desktop.
Then Click On Upload Button.
Step 1:
Go To Your Blogger Dashboard.Step 2:
Then a Popup Will Be Shown This TypeThen Click On Backup/Restore Button
Before Install download old template
Click On Choose File Button.
Select the Xml File On Your Desktop.
Then Click On Upload Button.
How To Create Expandable Post Summaries in Blogger
Expandable post summaries can actually provide your blog a professional look and much more exposure to your content. When I applied Expandable post summaries in my blog, my page views increased by almost 50-60 percent on that very day.The more exposure to my content also resulted in getting more returning visitors and hence increasing faith in my readers towards my content.
Expandable post summaries are easy to implement and can provide your homepage a better professional look along with more exposure to your posts. Also expandable post summaries help in optimized use of bandwidth as only required piece of text or images get displayed and not the whole large post as you can see on my blog. With several advantages of expandable post summaries explained here now we can actually start with the implementation of expandable post summaries in blogger tutorial :
How to create expandable post summaries in Blogger or blogspot blogs ?
Go to Dashboard >> Template >> Edit HTML
Click Blogger Code Editor and Press CTRL + F
Type or Paste following code inside the search box then hit enter
Paste the following code in between above ]]></b:skin>
Screen Shot
Now again press Ctrl + F and search for <data:post.body/>
paste the following piece of code after <data:post.body/>
Save the template
Go to Dashboard >>Post
The final piece that we need is a little bit of code in your actual post. Each post that you want to use this feature on will need this code:
<span class="fullpost"></span>
You'll enter the summary text outside the span tags and the remainder inside.
Here is the beginning of my post.<span class="fullpost">And here is the rest of it</span>
Additional Helpful Points :
If you want to write every post as expandable post summaries without writing everytime you write a new post. Just follow the simple steps :
STEP 1 : Go to Settings tab , then under the settings tab go to Formatting tab.
STEP 2 : Under the Formatting tab, search for Post Template
STEP 3 : In the Post Template section you will find a textbox, in the textbox just write
<span class="fullpost"></span>
and you will never need to write this code again. It will automatically be shown on every new post you are going to write. If you have any problem regarding this post just write it in the comment box below.
Expandable post summaries are easy to implement and can provide your homepage a better professional look along with more exposure to your posts. Also expandable post summaries help in optimized use of bandwidth as only required piece of text or images get displayed and not the whole large post as you can see on my blog. With several advantages of expandable post summaries explained here now we can actually start with the implementation of expandable post summaries in blogger tutorial :
How to create expandable post summaries in Blogger or blogspot blogs ?
Step 1
Go to Dashboard >> Template >> Edit HTML
Step 2
Click Blogger Code Editor and Press CTRL + F
Step 3
Type or Paste following code inside the search box then hit enter
]]></b:skin>
or
</head>
Paste the following code in between above ]]></b:skin>
<style>
<b:if cond='data:blog.pageType == "item"'>
span.fullpost {display:inline;}
<b:else/>
span.fullpost {display:none;}
</b:if>
</style>
Screen Shot
Step 4
Now again press Ctrl + F and search for <data:post.body/>
paste the following piece of code after <data:post.body/>
<b:if cond='data:blog.pageType != "item"'><br />
<a expr:href='data:post.url'>Read more!</a>
</b:if>
Example Image
Step 5
Save the template
Step 6
Go to Dashboard >>Post
The final piece that we need is a little bit of code in your actual post. Each post that you want to use this feature on will need this code:
<span class="fullpost"></span>
You'll enter the summary text outside the span tags and the remainder inside.
Here is the beginning of my post.<span class="fullpost">And here is the rest of it</span>
Additional Helpful Points :
If you want to write every post as expandable post summaries without writing everytime you write a new post. Just follow the simple steps :
STEP 1 : Go to Settings tab , then under the settings tab go to Formatting tab.
STEP 2 : Under the Formatting tab, search for Post Template
STEP 3 : In the Post Template section you will find a textbox, in the textbox just write
<span class="fullpost"></span>
and you will never need to write this code again. It will automatically be shown on every new post you are going to write. If you have any problem regarding this post just write it in the comment box below.
How To Create Page/Static Pages In Blogger
What are Blogger static pages?
Blogger Static Pages allows you to create specific pages like About Me, Contact page, Privacy Policy etc. on stand-alone pages that are linked from your blog. The static pages basically are the same as post pages, but there are several things that make them different. One of the differences is that static pages don't appear in the home page, don't have a label, and are not indexed as archive pages.
How to Create Static Pages in Blogger.
Step 1:- Dashboard >> Click on Pages
Blogger Static Pages allows you to create specific pages like About Me, Contact page, Privacy Policy etc. on stand-alone pages that are linked from your blog. The static pages basically are the same as post pages, but there are several things that make them different. One of the differences is that static pages don't appear in the home page, don't have a label, and are not indexed as archive pages.
How to Create Static Pages in Blogger.
Step 1:- Dashboard >> Click on Pages
Step 2:-
Click on New Page - Blank Page

Step 3:-
Type the title and write the page's content.

Step 4:-
Before publishing it, click on Preview to see how it will appear on your blog.

Step 5:-
When you have finished the editing, click on Publish button.
Step 6:-
1.Keep it as nav menu below header -Top tabs
2.Display the page in your blog's sidebar -Side Links 3.Add the page's link manually to your template - Don't Show

Step 7:-
And now you're done! Now you have owned the static page. If you want another static page, just repeat the steps above.
Remove Showing Posts With Label In Blogger

For any default Blogger layout, the "Showing posts with label" message shows up above the posts whenever you click on a label link. As it's a pretty useless and annoying message, many people like to have it removed. If that is your wish, just follow the tutorial below:
Now Removing "Showing post with label...show all posts"
Step 1
Go to Dashboard >> Template >> Edit HTML

Step 2
Now find (CTRL+F) below code in the template:
<b:includable id='status-message'>
After you will see below screenshot
Step 3.
Delete Below code
<b:includable id='status-message'>Screenshot
<b:if cond='data:navMessage'>
<div class='status-msg-wrap'>
<div class='status-msg-body'>
<data:navMessage/>
</div>
<div class='status-msg-border'>
<div class='status-msg-bg'>
<div class='status-msg-hidden'><data:navMessage/></div>
</div>
</div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
Step 4.
Replace it with below code
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
How To Remove Blogger Picture/Image Shadow And Border
Step 1:
Go to Dashboard >> Template >>Customise
Step 2:
Advanced >> Add CSSStep 3:
Paste the following code.post-body img, .post-body .tr-caption-container, .Profile img, .Image img,
.BlogList .item-thumbnail img {
padding: none !important;
border: none !important;
background: none !important;
-moz-box-shadow: 0px 0px 0px transparent !important;
-webkit-box-shadow: 0px 0px 0px transparent !important;
box-shadow: 0px 0px 0px transparent !important;
}
Step 4:
Apply to Blog.
Subscribe to:
Posts (Atom)