该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

WordPress Posted Display

描述

Plug-in Posted Display Widget & ShortCode Add. You can also save and display your browsing history to Cookie.

  • Save your browsing history of the posts to Cookie, you can view the information in the widget and the short code.
  • You can create a widget and a short code that can display the posts in any.
  • You can view the information in the widget and the short code posts that belong to any category ID.(Multiple specified)
  • You can view the information in the widget and the short code posts that belong to any tag ID.(Multiple specified)
  • You can view the information in the widget and the short code posts that belong to any user ID.(Multiple specified)
  • When the output type is category, tag or user, when ID is not specified, it is automatically acquired from information of post page.

In a Posts or Pages

You can use the short code in the Posts or Pages. It is possible to get a short code with the registered template list, use Copy.
You can specify the maximum number to be displayed by changing the value of the posts.

[ Example ]

<?php
if ( shortcode_exists( 'wp-posted-display' ) ) {
    echo do_shortcode( '[wp-posted-display id="1" posts="5" sort="0"]' );
}
?>

ShortCode Params Sorted by

  • sort=”0″: Input order
  • sort=”1″: Date descending order
  • sort=”2″: Date ascending order
  • sort=”3″: Random

联系人

  • email to foundationmeister[at]outlook.com
  • twitter @miiitaka

屏幕截图

  • Create an HTML template to be output in the Widget.

  • “Posted Display” has been added to the Widget. Display to select the template you created.

安装

  • A plug-in installation screen is displayed in the WordPress admin panel.
  • It installs in wp-content/plugins.
  • The plug-in is activated.
  • Register the widget template.
  • Add a widget, you specify the registered template.

评价

2017 年 4 月 9 日
Only plug – ins that can view browsing history by official plug – in know this. (Since it has an official check, it is safe) In addition, widgets, articles of the designated category, It is convenient with the feature that you can issue specific articles.
阅读所有1条评价

贡献者及开发者

「WordPress Posted Display」是开源软件。 以下人员对此插件做出了贡献。

贡献者

「WordPress Posted Display」插件已被翻译至 1 种本地化语言。 感谢所有译者为本插件所做的贡献。

帮助将「WordPress Posted Display」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

2.5.0 (2021-02-14)

  • Updated : Get plug-in version & Text domain automatically.
  • Deleted : Removed the ability to put a link on the title.
  • Checked : WordPress version 5.6.1 operation check.

2.4.2 (2019-03-10)

  • Checked : WordPress version 5.1.0 operation check.

2.4.1 (2019-01-23)

  • Fixed : A list of categories and tags is displayed in escape.
  • Checked : WordPress version 5.0.3 operation check.

2.4.0 (2019-01-02)

  • Checked : WordPress version 5.0.2 operation check.
  • Checked : WordPress version 5.0.1 operation check.
  • Checked : WordPress version 5.0.0 operation check.

2.3.0 (2018-09-19)

  • Updated : When the output type is category, tag or user, when ID is not specified, it is automatically acquired from information of post page.

2.2.1 (2018-08-16)

  • Fixed : Filter hook setting of the title missing.

2.2.0 (2018-08-13)

  • Updated : Make link setting on the title possible.
  • Checked : WordPress version 4.9.8 operation check.
  • Checked : WordPress version 4.9.7 operation check.

2.1.8 (2018-06-08)

  • Checked : WordPress version 4.9.6 operation check.
  • Checked : WordPress version 4.9.5 operation check.

2.1.7 (2018-02-26)

  • Checked : WordPress version 4.9.4 operation check.
  • Checked : WordPress version 4.9.3 operation check.

2.1.6 (2018-01-19)

  • Checked : WordPress version 4.9.2 operation check.

2.1.5 (2017-12-15)

  • Checked : WordPress version 4.9.1 operation check.

2.1.4 (2017-11-29)

  • Checked : WordPress version 4.9.0 operation check.

2.1.2 (2017-11-09)

  • Checked : WordPress version 4.8.3 operation check.
  • Updated : Translation update.
  • Fixed : Argument error when creating DB class (Notice).

2.1.1 (2017-09-24)

  • Checked : WordPress version 4.8.2 operation check.

2.1.0 (2017-08-03)

  • Checked : WordPress version 4.8.1 operation check.
  • Added : Set to hide when logging in.
  • Fixed : Do not display the same post in your browsing history.

2.0.7 (2017-06-17)

  • Checked : WordPress version 4.8.0 operation check.

2.0.6 (2017-05-18)

  • Checked : WordPress version 4.7.5 operation check.
  • Added : Image selection with media uploader.

2.0.5 (2017-04-24)

  • Checked : WordPress version 4.7.4 operation check.
  • Updated : Ignore post__in if you do not set an ID.

2.0.4 (2017-03-10)

  • Checked : WordPress version 4.7.3 operation check.

2.0.3 (2017-02-01)

  • Checked : WordPress version 4.7.2 operation check.

2.0.2 (2017-01-12)

  • Checked : WordPress version 4.7.1 operation check.

2.0.1 (2017-01-02)

  • Fixed : Fixed minor defects and refurbished.

2.0.0 (2016-12-12)

  • Added : Custom post widget templates.

1.2.3 (2016-12-07)

  • Checked : WordPress version 4.7.0 operation check.
  • Fixed : No data widget link missing.

1.2.2 (2016-09-14)

  • Checked : WordPress version 4.6.1 operation check.
  • Updated : Code Refactor.

1.2.1 (2016-08-17)

  • Check : WordPress version 4.6.0 operation check.
  • Fixed : setcookie() Warning Error.
  • Added : ScreenShots.

1.1.4 (2016-06-25)

  • Check : WordPress version 4.5.3 operation check.

1.1.3 (2016-05-09)

  • Check : WordPress version 4.5.2 operation check.
  • Check : WordPress version 4.5.1 operation check.
  • Check : WordPress version 4.5.0 operation check.

1.1.2 (2016-03-23)

  • Fixed : Shortcode output bugfix.

1.1.1 (2016-03-22)

  • Fixed : Modifications to the writing of the PHP5.3-based support of the array.

1.1.0 (2016-03-20)

  • Added : Template item can be inserted in the click in textarea.
  • Updated : Code Refactor.

1.0.10 (2016-02-03)

  • Check : WordPress version 4.4.2 operation check.

1.0.9 (2016-01-10)

  • Fixed : Update typo miss.

1.0.8 (2016-01-10)

  • Added : Adding a template item a “author name”.
  • Check : WordPress version 4.4.1 operation check.

1.0.7 (2015-12-17)

  • Added : Plugin images.
  • Fixed : Typo miss.

1.0.6 (2015-12-11)

  • Added : Adding a template item a “tag” and “category”.

1.0.5 (2015-12-09)

  • Check : WordPress version 4.4 operation check.

1.0.4 (2015-12-06)

  • Renovation : The common functions.

1.0.3 (2015-12-03)

  • Fixed : Fixed a minor bug.

1.0.2 (2015-11-18)

  • Fixed : Fixed a minor bug.

1.0.1 (2015-11-16)

  • The first release.