ch8878
Elite Member
- Mar 21, 2009
- 2,253
- 438
This is what I do when I set a auto blog on blogger call it semi auto because takes a little work so here we go pick a template.
Then add a title and description, also on settings the basic section put every thing on yes but not quick editing, and adult content unless its an adult site, formatting but every thing on yes all the other stuff everyone has there own way, allow blog feeds put full, Post Feed Redirect URL get a feedburner feed for your blog put it here, Email Posting Address make up one set it on Save emails as draft posts because you need to sign up for some news letters type in google some thing like this: sign up for newsletter on "your niche here" .
Allright lets get into Layout here we go edit HTML put a check on Expand Widget Templates put these codes in:
You will find this in your blogger edit options.
Go to layout and at the top go to edit html.
Here's what you do. First, search for this text:
<title><data:blog.pagetitle/></title>
And replace it with this text:
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
1.Sign in to your blogger dashboard>click the 'layout' button
2.Click on the 'Edit html' tab
Here is the code you have to add
1.Sign in to your blogger dashboard>click the 'layout' button
2.Click on the 'Edit html' tab
Here is the code you have to add
<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
<meta content='AUTHOR NAME HERE' name='author'/>
DESCRIPTION HERE:Write your blog description
KEYWORDS:Write the keywords of your blog
AUTHOR NAME:Write the author's name(Your name)
3.Add the above code just after this
<b:include data='blog' name='all-head-content'/>
Put this Hide the nav on blogger code
#navbar-iframe {
height: 0px;
visibility:hidden;
display: none;
}
in this area
body {
margin: 0px;
padding: 0 5px;
background: $mainBgColor;
color: $mainTextColor;
font: $bodyFont;
}
"Code goes Here"
Next put this code
Ad Adsense below post title
<div style='float:left;margin:0 5px 5px 0;width:468px;height:60px;overflow:hidden;'>
<b:if cond='data
ost.includeAd'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>
</div>
Put below
<div class post-body entry-content'>
Put above
<data
ost.body/>
All right finally
Scheduling Posts
The fast way is go to google search bar type in "Free Articles"
I use the ones that let you copy the code, and plus have dates find about 3,000 articles, "some directories also have an email option send it to your blogger email address or copy the code".
Then what you do is when you put the articles in the posts save them as drafts go to post options, Post date and time set up a day and time make it post 3 post a day then your set for 3 years good luck !!
Then add a title and description, also on settings the basic section put every thing on yes but not quick editing, and adult content unless its an adult site, formatting but every thing on yes all the other stuff everyone has there own way, allow blog feeds put full, Post Feed Redirect URL get a feedburner feed for your blog put it here, Email Posting Address make up one set it on Save emails as draft posts because you need to sign up for some news letters type in google some thing like this: sign up for newsletter on "your niche here" .
Allright lets get into Layout here we go edit HTML put a check on Expand Widget Templates put these codes in:
You will find this in your blogger edit options.
Go to layout and at the top go to edit html.
Here's what you do. First, search for this text:
<title><data:blog.pagetitle/></title>
And replace it with this text:
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
1.Sign in to your blogger dashboard>click the 'layout' button
2.Click on the 'Edit html' tab
Here is the code you have to add
1.Sign in to your blogger dashboard>click the 'layout' button
2.Click on the 'Edit html' tab
Here is the code you have to add
<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
<meta content='AUTHOR NAME HERE' name='author'/>
DESCRIPTION HERE:Write your blog description
KEYWORDS:Write the keywords of your blog
AUTHOR NAME:Write the author's name(Your name)
3.Add the above code just after this
<b:include data='blog' name='all-head-content'/>
Put this Hide the nav on blogger code
#navbar-iframe {
height: 0px;
visibility:hidden;
display: none;
}
in this area
body {
margin: 0px;
padding: 0 5px;
background: $mainBgColor;
color: $mainTextColor;
font: $bodyFont;
}
"Code goes Here"
Next put this code
Ad Adsense below post title
<div style='float:left;margin:0 5px 5px 0;width:468px;height:60px;overflow:hidden;'>
<b:if cond='data
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>
</div>
Put below
<div class post-body entry-content'>
Put above
<data
All right finally
Scheduling Posts
The fast way is go to google search bar type in "Free Articles"
I use the ones that let you copy the code, and plus have dates find about 3,000 articles, "some directories also have an email option send it to your blogger email address or copy the code".
Then what you do is when you put the articles in the posts save them as drafts go to post options, Post date and time set up a day and time make it post 3 post a day then your set for 3 years good luck !!