开发者 |
ethitter
thinkoomph |
---|---|
更新时间 | 2022年6月26日 06:27 |
捐献地址: | 去捐款 |
PHP版本: | 3.2.1 及以上 |
WordPress版本: | 6.0 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
First, navigate to Options > Permalinks in WP Admin, click Save Changes, and try again. If clicking on a link takes you back to the post or page where the link appeared, see the Known Plugin Conflicts item below. If, after reviewing the remaining FAQ, you are still experiencing problems, visit http://www.thinkoomph.com/plugins-modules/view-all-posts-pages/ and leave a comment detailing the problem.
The function vapp_the_link
will add a link to the full-content version of whatever page it appears on. This function accepts the following arguments:
This plugin is known to conflict with certain plugins, many pertaining to SEO and permalinks. Conflicting plugins include, but are not limited to, the following:
Permalink
options, particularly Redirect attachment URL's to parent post URL and Redirect ugly URL's to clean permalinks. (Not recommended in many cases!), interfere with View All Post's Pages' ability to display full content. Both must be disabled, and the site's rewrite rules regenerated (by visiting Options > Permalinks and clicking Save Changes), for View All Post's Pages to function.add_query_arg()
as identified by Sucuri: https://blog.sucuri.net/2015/04/security-advisory-xss-vulnerability-affecting-multiple-wordpress-plugins.html.init
, both to ensure external code can interact with filters and to avoid PHP notices.$multipage
variable will function properly. Props @batmoo.the_content
filter, global variables are overridden in the the_post
action. Ensures that infinite loops don't result from shortcode processing and other uses of the the_content
filter. Props to the WordPress.com VIP Support team (batmoo) and stevenkword.vapp_display_link
filter to allow plugins and themes to suppress the automatic View All link on specific posts. Return false
to suppress the link. Filter also passes post ID, plugin options, and post object.