[wordpress插件] wp-all-posts-page-linkwp-all-posts-页面链接

wordpress 插件 文章 2020-02-16 06:30 514 0 全屏看文

AI助手支持GPT4.0

评分

0

0

描述

Display page link for all posts.

显示所有帖子的页面链接。

Tested on wordpress 2.8.2 and 2.8.4 and 2.8.5, on bugs found.

已在wordpress 2.8.2、2.8.4和2.8.5上进行测试,并发现了错误。

安装步骤

    1. Upload wp-all-posts-pages-link.php to the /wp-content/plugins/wp-all-posts-page-link directory.

    2. wp-all-posts-pages-link.php 上载到 / wp-content / plugins / wp-all-posts-page-link 目录。

    3. Activate the plugin through the ‘Plugins’ menu in WordPress.

    4. 通过WordPress中的“插件”菜单激活插件。

    5. Place in the index.php of your templates.

    6. 放置在模板的index.php中。

      And the result will be:

      结果将是:

      “Prev Page 1 2 3 Next Page”.

    7. “上一页1 2 3下一页”。

    8. You may change the page number form to set parameters like all_posts_page_link(‘Prev’, ‘Next’, ‘P’).

    9. 您可以更改页码形式以设置参数,例如all_posts_page_link(“上一页”,“下一个”,“ P”)。

      If so the result will be:

      如果是这样,结果将是:

      “Prev Page P1 P2 P3 Next Page”.

    10. “上一页P1 P2 P3下一页”。

    11. If you want to display with reverse page number, you may set parameter like all_posts_page_link(‘Prev’, ‘Next’, ”, 0, ).

    12. 如果要显示反向页码,则可以设置all_posts_page_link('Prev','Next',``,0,)之类的参数。

      If so the result will be:

      如果是这样,结果将是:

      “Prev Page 3 2 1 Next Page”.

      “上一页3 2 1下一页”。

      In the reverse form, the latest is 3.

    13. 相反,最新值为3。

下载地址

https://downloads.wordpress.org/plugin/all-posts-page-link.1.1.zip

https://downloads.wordpress.org/plugin/all-posts-page-link.1.1.zip

-EOF-

AI助手支持GPT4.0