Linux 软件免费装

View All Post's Pages

开发者 ethitter
thinkoomph
更新时间 2022年6月26日 06:27
捐献地址: 去捐款
PHP版本: 3.2.1 及以上
WordPress版本: 6.0
版权: GPLv2 or later
版权网址: 版权信息

标签

pages next page quicktag nextpage single page paged wp_link_pages multipage view all paged post single view

下载

0.4 0.3 0.3.1 0.4.1 0.4.2 0.5 0.5.1 0.6 0.6.1 0.6.2 0.7 0.7.1 0.8.2 0.9.1 0.9.2 0.9.3 0.1.1 0.2.1 0.9.4 0.1 0.2 0.8 0.8.1 0.9

详情介绍:

安装:

  1. Upload view-all-posts-pages.php to /wp-content/plugins/.
  2. Activate plugin through the WordPress Plugins menu.
  3. Navigate to Options > Permalinks and click Save Changes to update navigation.

升级注意事项:

0.9.4 Fixes translation support. 0.9.3 Ensures compatibility with WordPress 5.2. 0.9.2 Adds support for PHP 7.3 and fixes various PHPCS errors, neither of which should impact the plugin's functionality. 0.9.1 Security update: correct misuse of add_query_arg() as identified by Sucuri: https://blog.sucuri.net/2015/04/security-advisory-xss-vulnerability-affecting-multiple-wordpress-plugins.html. 0.9 Recommended update for anyone hoping to use plugin's filters to modify its behaviour. 0.8.1 Recommended upgrade for anyone translating plugin's interface. 0.8 Plugin won't unnecessarily execute its functionality if no posts are available and is now more thoroughly translatable. 0.7 Further ensures plugins and themes correctly see a "View All" page as full post content. 0.6.1 Resolves a problem where requests for view-all templates redirect to the article. 0.6 Adds better support for sites that use verbose page rules, resolving situations where requests for view-all template redirect to the post. 0.5 Infinite loops may result from previous method used to display entire post's content for the View All display. This update eliminates that possibility by using the the_post action rather than the the_content filter. Props to the WordPress.com VIP Support team (batmoo) and stevenkword. 0.4.1 Eliminates use of plugins_loaded action since plugin has no dependencies on other plugins. All code previously located in the associated method has been moved to the class's constructor. props danielbachhuber. 0.4 Adds filter to disable rewrite rules notice. Also applies esc_html() to link text when output since HTML isn't permitted in the link text. 0.3 Simplifies rewrite rules, resolving 404 errors in most cases. 0.2 Introduces helper function for wp_link_pages arguments and split filtering from plugin options.

常见问题:

Links don't work

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.

How do I add a link to my template?

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:

  • $link_text: Set to text that should appear for the link. Defaults to View All.
  • $class: Specifies the CSS class for the link. Defaults to vapp.

Known Plugin Conflicts

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:

  • WordPress SEO by Yoast: This plugin's 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.

更新日志:

0.9.4 0.9.3 0.9.2 0.9.1 0.9 0.8.1 0.8 0.7 0.6.1 0.6 0.5 0.4.1 0.4 0.3 0.2 0.1