Blogger is becoming more and more powerful, several days ago, it started to support individual pages, it makes blog much better! In this post, I am going to introduce some good free magazine style blogger templates.
Ads Theme
Demo | Official
Archive for the ‘Blogging’ Category
Free Magazine Style Blogger Templates
Blogger Supports Individual Pages
Blogger blogs can create individual pages now! Just click the Posting | Edit Pages tab, then click New Page, you can create 10 pages for one blog.
After your page is published, you can link to it from the new Pages widget. The Pages widget lets you add links to your pages as tabs at the [...]
WordPress Rewrite Rule for Nginx
Nginx is becoming more and more popular because of its high performance, I will show you how to create WordPress rewrite rule for nginx.
Suppose you install WordPress under /blog/ directory.
Without WP Super Cache plugin
location /blog {
try_files $uri $uri/ /blog/index.php?q=$uri&$args;
}
Great Plugins to Socialize Your Wordpress Blog
WordPress is the most popular blogging tool on the planet, with the development of the Internet, microblog and social network is becoming more and more popular. Now, I am going to introduce several great WordPress plugins to socialize your WordPress blog and promote your blog.
WordPress publishes pages dynamically, so the fewer plugins you use, the [...]
Great Windows Live Writer Plugins
Windows Live Writer is one of the most popular blogging tools, many bloggers use it to publish their blogs, so it is me.
I use Windows Live Writer for a while, the plugins listed here are really great, and make your blogging enjoyable.
Import and Export Wizard for Windows Live Writer
Official Link | Download
This plugin will help [...]
SEO for Blogger Blog
I will update this article if I found new seo tips for blogger.
Modify Title
Find
<title><data:blog.pageTitle/></title>
Change to
<b:if cond=’data:blog.pageType == "index"’>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
RSS Feed
Posted in
Tags: