Linux 软件免费装
Banner图

WP Date and Time Shortcode

开发者 denra
itinchev
更新时间 2023年12月12日 06:01
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.4.2
版权: GPLv2 or later
版权网址: 版权信息

标签

post page shortcodes wordpress shortcode content time date today display wp name plugins next year show future day month current weekday past wpdts tomorrow

下载

2.6 2.6.1 2.5.4 2.6.2 2.5.1 2.5.2 2.5.3 2.6.5 2.6.3 2.6.4

详情介绍:

Shortcode to show any current, past, and future date or time. Display this, previous, or next year, month, day, etc. in your posts and pages. This is probably the last date and time shortcode plugin you will ever need for your websites since it is very rich in features. It takes lots of efforts to develop and support a plugin. Please send us your feedback and questions to fix your issue before leaving a bad review. Are you satisfied by using this plugin? Consider leaving a 5 star review. You can also donate. If you need support or more information about this free plugin please read the description and the F.A.Q. section below or write in the Support Forum.

安装:

From WordPress Dashboard
  1. Navigate to Plugins -> Add New from your WordPress dashboard.
  2. Search for WP Date and Time Shortcode and install it.
  3. Activate the plugin.
Manual Installation
  1. Download the plugin file: wp-date-and-time-shortcode.zip.
  2. Unzip the file.
  3. Upload the wp-date-and-time-shortcode folder to your /wp-content/plugins directory (do not rename the folder).
  4. Activate the plugin from the Plugins menu.
It will start doing its job as soon as you put the shortcode in your page or post. That's all, folks!

常见问题:

Have you already released a paid Pro edition of this plugin with more features?

We are working on such a subscription based Pro edition and it will be released by the end of Q1 2024.

Why the shown shortcode result is not updated for every single visit?

If you are using a caching plugin you may need to exclude the page or post with the shortcode from it so the content may be generated dynamically. If you are using the start attribute with a fixed initial value you may also block the change of the shortcode result if needed.

Why some or all of the used attributes of the shortcode do not work?

Please make sure that you are using only straight double quotes (") and not curly/smart ones( or ) for the attributes. The curly ones are not recognized by the shortcode functions. If you are using the straight quotes only and you are still having issues please contact us for support.

The shortcode doesn't work in all places e.g. page/post title, footer, menus, etc.?

WordPress applies the shortcodes in post's and page's content by default. If your theme does not apply shortcodes in other places automatically you may need to add additional code to your child theme's functions.php to hook into those functions where you need to see the shortcodes applied. For example: // For the titles. add_filter('wp_title', 'do_shortcode', 10); add_filter('the_title', 'do_shortcode', 10); // For the menu. add_filter('walker_nav_menu_start_el', 'do_shortcode', 10); etc. If you do not know how to put the correct code you may want to use additional plugin for the purpose like this one to enable any shortcodes in other places of your website pages.

Why the major shortcode is [wpdts] now instead of the old [wp-dt] or [wp_dt]?

As we were improving the plugin we found out the [wpdts] shortcode will be much more recognizable and easier to use by everyone so we decided to change the old ones. We strongly recommend the use of the new [wpdts] shortcode although backward compatibility for [wp-dt] or [wp_dt] is supported.

I have an idea how this plugin can be improved. Can I send it somehow?

We have generally completed the development of Free edition of this plugin and it has a big number of features which may cover every basic need. In future we will be mainly supporting it for WordPress version compatibility and bugs. However we will be releasing a Pro edition soon with an annual subscription plan and it will have many new features. Please send all your suggestions and ideas to our e-mail address and they may be developed and included in the paid product in future. Please note that if you have suggested a new feature and it is implemented you will get a 1-year subscription for 1 website for free.

更新日志:

2.6.5 2.6.4 2.6.3 2.6.2 2.6.1 2.6 2.5.3 2.5.2 2.5.1 2.5 2.4 2.3.1 2.3 2.2.1 2.2 2.1.1 2.1 2.0 1.2 1.1 1.0.1 1.0