Friday, April 7, 2017
Importing Wordpress to Blogger
Importing Wordpress to Blogger
Importing Wordpress to Blogger - Blogger dont offer this feature directly within the Blogger UI, a handy little service called Wordpress2Blogger (which is hosted on App Engine) will help you convert your Wordpress blog into a Blogger blog. Then from your dashboard, click "Import" to import the converted file.
Available link for download
Monday, March 6, 2017
Ill never be a featured Blogger
Ill never be a featured Blogger
But I absolutely enjoy visiting others Blogs, and discovering new ones daily.
Just read the latest issue of The Casual Blogger Magazine
http://www.casualbloggermagazine.com/2012/02/spring-2012-issue.html
Formerly it was known as "The Barrel of Blogs"
so scroll down the page and read past issues of this online ezine.
http://www.casualbloggermagazine.com/
Happy Easter everyone :-)
For God so LOVED the world, that he gave his only begotten Son, that whosoever BELIEVES in him should not perish, but have Everlasting LIFE. John 3:16
King James Bible (Cambridge Ed.)
Available link for download
Monday, October 31, 2016
How to Re Publish Old Post in Blogger in Present Date
How to Re Publish Old Post in Blogger in Present Date
We create content everyday and we get to notice many modification that can happen in that post after some time. Either its links stop working or something needs to be updated in that post for it to look and work properly. This is even necessary for the blog owner to update his old post either in blogger or wordpress to new content so that the content remains fresh and working.
Available link for download
Saturday, September 24, 2016
How to remove Showing posts with label XXX in blogger
How to remove Showing posts with label XXX in blogger
How to remove Showing post with label Home (or something else in your case) in blogger.
This is the matter.

First go to Blogger Dashboard. Then you can choose either Overview and click Template or directly go to Template. Then follow the following process.


After clicking template click Edit HTML.

Then click anywhere inside the template code, then search the following code using ctrl+F key.
<b:includable id=status-message>
After finding, click on the sideways arrow next to it, to expand the rest of code. Below is the code which should be removed.
<b:includable id=status-message>
<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>


Then remove the above code by the following code.
<b:includable id=status-message>
<b:if cond=data:navMessage>
<div>
</div>
<div style=clear: both;/>
</b:if>
</b:includable>


Now you are done.
Thanks for visiting this blog...
Available link for download