<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>| Blogger Tips And Tricks|Latest Tips For Bloggers</title>
	<atom:link href="https://www.bloggertipandtrick.net/tutorials/author/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Blogger Tips And Tricks&#124;Latest Tips For Bloggers</description>
	<lastBuildDate>Thu, 03 Sep 2015 14:29:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to Add Author Box Below Blogger Post</title>
		<link>https://www.bloggertipandtrick.net/add-author-profile-box-below-blogger-post/</link>
					<comments>https://www.bloggertipandtrick.net/add-author-profile-box-below-blogger-post/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Thu, 03 Sep 2015 14:29:57 +0000</pubDate>
				<category><![CDATA[author]]></category>
		<category><![CDATA[change template]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/?p=5459</guid>

					<description><![CDATA[<p>If you are using a custom blogger template, sometimes the blogger default author box will not be displayed under your blog post, although you activate "Show Author Profile Below Post" option in Blogger settings. If you have the same problem follow the steps given below to display it in your blog. Find this in "Edit [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/add-author-profile-box-below-blogger-post/">How to Add Author Box Below Blogger Post</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you are using a custom blogger template, sometimes the blogger default author box will not be displayed under your blog post, although you activate "Show Author Profile Below Post" option in Blogger settings. If you have the same problem follow the steps given below to display it in your blog.</p>
<p>Find this in "Edit HTML":</p>
<pre style="width: 90%; overflow: auto; border: 1px solid black;">&lt;b:includable id='post' var='post'&gt;</pre>
<p>Now scroll down slowly until you this line:</p>
<pre style="width: 90%; overflow: auto; border: 1px solid black;">&lt;div class='post-footer'&gt;</pre>
<p>Add below code just before above line:</p>
<pre style="width: 90%; overflow: auto; border: 1px solid black;">&lt;b:if cond='data:blog.pageType == &amp;quot;item&amp;quot;'&gt;
&lt;b:if cond='data:post.authorAboutMe'&gt;
&lt;div class='author-profile' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'&gt;
  &lt;b:if cond='data:post.authorPhoto.url'&gt;
	&lt;img expr:src='data:post.authorPhoto.url' itemprop='image' width='50px'/&gt;
  &lt;b:else/&gt;
	&lt;img itemprop='image' src='http://1.bp.blogspot.com/-JNIOn2bYVAY/U-LrAZ5hx5I/AAAAAAAAMwU/qyca43soga8/s1600/no-avatar-50.png' width='50px'/&gt;
  &lt;/b:if&gt;
  &lt;div&gt;
	&lt;a class='g-profile' expr:href='data:post.authorProfileUrl' itemprop='url' rel='author' title='author profile'&gt;
	  &lt;span itemprop='name'&gt;&lt;data:post.author/&gt;&lt;/span&gt;
	&lt;/a&gt;
  &lt;/div&gt;
  &lt;span itemprop='description'&gt;&lt;data:post.authorAboutMe/&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;/b:if&gt;
&lt;/b:if&gt;</pre>
<p>To understand it better, see this image:</p>
<p><img fetchpriority="high" decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2015/09/Add-Author-Box-to-Blogger.png" alt="Add Author Box to Blogger" width="700" height="547" class="alignnone size-full wp-image-5460" /></p>
<p>Now find this:</p>
<pre style="width: 90%; overflow: auto; border: 1px solid black;">]]&gt;&lt;/b:skin&gt;</pre>
<p>Add this CSS code just before above code:</p>
<pre style="width: 90%; overflow: auto; border: 1px solid black;">.author-profile {
    background: #f6f6f6;
    border: 1px solid #eee;
    margin: 15px 0 15px 0;
    padding: 8px;
    overflow: hidden;
}

.author-profile img {
    border: 1px solid #ddd;
    float: left;
    margin-right: 10px;
}</pre>
<p>Save your template. Final result will be look like this:</p>
<p><img decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2015/09/Author-Profile-Box-in-Blogger.jpg" alt="Author Profile Box in Blogger" width="631" height="100" class="alignnone size-full wp-image-5461" /></p>
<p>The post <a href="https://www.bloggertipandtrick.net/add-author-profile-box-below-blogger-post/">How to Add Author Box Below Blogger Post</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/add-author-profile-box-below-blogger-post/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>How to Add Author to Blogger Blog</title>
		<link>https://www.bloggertipandtrick.net/how-to-add-author-to-blogger-blog/</link>
					<comments>https://www.bloggertipandtrick.net/how-to-add-author-to-blogger-blog/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Thu, 20 Nov 2014 04:04:41 +0000</pubDate>
				<category><![CDATA[author]]></category>
		<category><![CDATA[basic]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/?p=5105</guid>

					<description><![CDATA[<p>If you are going to run a multi-author blogger blog or if you need to add another administrator to manage your blog/edit your Blogger template, then follow this simple tutorial. Your blog team members can either be administrators or not. Administrators can edit all posts (not just their own), add and remove team members (and [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-to-add-author-to-blogger-blog/">How to Add Author to Blogger Blog</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you are going to run a multi-author blogger blog or if you need to add another administrator to manage your blog/edit your Blogger template, then follow this simple tutorial.</p>
<p>Your blog team members can either be administrators or not. Administrators can edit all posts (not just their own), add and remove team members (and grant admin access), and modify the blog's settings and template. Non-admins can only create and edit their own posts.</p>
<p>1.First login to your Blogger account and go to <strong>Settings</strong> &#155; <strong>Basic</strong>.</p>
<p><img decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2014/11/Blogger-Basic-Settings.png" alt="Blogger Basic Settings" width="513" height="55" class="alignnone size-full wp-image-5106" /></p>
<p>2.Under "<strong>Permissions</strong>" section, you can see "<strong>Blog Authors</strong>" setting.</p>
<p><img loading="lazy" decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2014/11/Blogger-Permissions.png" alt="Blogger Permissions" width="715" height="126" class="alignnone size-full wp-image-5107" /></p>
<p>3.Click on "<strong>+ Add authors</strong>". Enter your new author's email address and click "<strong>Invite authors</strong>".</p>
<p><img loading="lazy" decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2014/11/Blogger-Invite-Authors.png" alt="Blogger Invite Authors" width="700" height="275" class="alignnone size-full wp-image-5108" /></p>
<p>You are done. Now an email will be sent to that author with a link to join into your blog.</p>
<p><img loading="lazy" decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2014/11/Blogger-Invitation-Email.png" alt="Blogger Invitation Email" width="451" height="355" class="alignnone size-full wp-image-5109" /></p>
<p>Clicking on "<strong>Accept invitation</strong>" button, he can become an author of your blog.</p>
<p>If you want to change that new user's user role from "<strong>Author</strong>" to "<strong>Admin</strong>", again go to Settings &#155; Basic to do that.</p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-to-add-author-to-blogger-blog/">How to Add Author to Blogger Blog</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/how-to-add-author-to-blogger-blog/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
