This is a simple plugin though which you can create go to top link anywhere on the posts, pages, or template. With a simple shortcode [go-to-top]
This section describes how to install the plugin and get it working.
例如:
- Upload
jump_to_top
to the /wp-content/plugins/
directory
- 通过WordPress的的“Plugins”菜单激活插件
- Place
<?php do_action('[go-to-top]'); ?>
in your templates if you want to user short code in templates file.
- If you want to add in your pages at backend then you can add [go-to-top] and it will appear.