https://github.com/overtrue/wp-auto-top
WordPress 返回顶部插件
https://github.com/overtrue/wp-auto-top
Last synced: 9 months ago
JSON representation
WordPress 返回顶部插件
- Host: GitHub
- URL: https://github.com/overtrue/wp-auto-top
- Owner: overtrue
- License: mit
- Created: 2014-10-07T14:05:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-04-06T08:04:49.000Z (almost 7 years ago)
- Last Synced: 2025-02-08T22:22:17.762Z (11 months ago)
- Language: PHP
- Size: 33.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
wp auto top
=============
wordpress返回顶部插件: [wp auto top](https://wordpress.org/plugins/wp-auto-top/)
## 后台设置界面

# 安装
有3种安装方式:
1. WordPress后台搜索`wp auto top` 安装;
2. [下载](https://github.com/overtrue/wp auto top/releases)zip包解压到`wp-content/plugins`目录,后台激活即可;
3. 使用git克隆:
```shell
cd 你的博客目录/wp-content/plugins/
git clone https://github.com/overtrue/wp auto top
```
然后后台激活即可。
# 安装量统计
https://wordpress.org/plugins/wp-auto-top/stats/
## PHP 扩展包开发
> 想知道如何从零开始构建 PHP 扩展包?
>
> 请关注我的实战课程,我会在此课程中分享一些扩展开发经验 —— [《PHP 扩展包实战教程 - 从入门到发布》](https://learnku.com/courses/creating-package)
# License
MIT