Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall
Reason for rejection: article readability is not high
Because the WordPress theme now used has a double click on the page to return to the top of the function, so has been accustomed to after reading the article double-click the blank part of the blog, so I have formed in any blog to double-click on the white space part of the habit ....
So Zhou Liang want to this "Wordpres theme double-click the blank part back to the top" function to share to everyone, so Zhou Liang to later your blog to see the article, you don't have to change the habit of double-clicking the blank part, Roar!
The way to actually implement the "Wordpres theme to return to the top of the white space" is simple,
Just add the following JS code to the theme's header template:
<script type= "Text/javascript" >
$ (function () {
var Scrollto = function (top, duration, callback) {
var w = $ (window);
var FPS = 50;
var currenttop = W.scrolltop ();
var offset