开发者 | midori |
---|---|
更新时间 | 2014年3月14日 05:06 |
捐献地址: | 去捐款 |
PHP版本: | 3.4 及以上 |
WordPress版本: | 3.4 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
scrollup
folder to the /wp-content/plugins/
directorySure. Just replace the arrow.png file in the plugin's folder by your own arrow.png.
I suggest changing slightly the code of your header. After the <body>
tag, look for the following code: <a href="<?php echo home_url(); ?>">
, and change it for <a href="<?php echo home_url(); ?>" name="top">
.