Denra.com
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Date and Time Shortcode] Date format and future dateHi kweis,
You may achieve this date format by using the
custom
item withformat
attribute:
[wp-dt-custom format="D, M j"]
If you need to add for example 1 year, 2 months and 3 days to the current WP date use the following shortcode:
[wp-dt-custom format="D, M j" years="+1" months="+2" days="+3"]
Please see the letters you may use in the format string at:
https://www.php.net/manual/en/function.date.phpIf you need more info on plugin features or help please read the plugin description with samples or contact us again.
Forum: Plugins
In reply to: [WP Date and Time Shortcode] Show next wednesday and saturday dateHi comtiral,
We do not have this feature for now. It has not been requested by now. Thank you for the suggestion. We will release a new version of the plugin next week and will do our best to add this feature for you and everyone else that needs it.
Thank you for your patience.
Forum: Reviews
In reply to: [WP Date and Time Shortcode] ExcelentThank you. Unfortunately when posted in the description of this website or forum, the straight quotes are converted to curly/smart ones. So, yes, the attributes will only work with straight quotes. Thank you for reminding this to everyone using our shortcodes (and other shortcodes from other plugins too).
Forum: Plugins
In reply to: [Widget Categories Order Fix for WooCommerce] Do not workHello,
I am closing the thread for now. Please contact us using [email protected] if you need more information or help.
So we do not automatically get e-mails for threads that concern our developed plugins?
Forum: Plugins
In reply to: [Widget Categories Order Fix for WooCommerce] Do not workHello,
Did you solve your issue?
Unfortunately we did not receive an email about your support request and did not see it before.Forum: Plugins
In reply to: [WP Date and Time Shortcode] show previous dateHello,
I am closing this thread. Please re-open it or create a new one if you need more help.
Thank you for trying and using our plugin.
Forum: Plugins
In reply to: [WP Date and Time Shortcode] show previous dateHello,
Did we help you to solve your issue?
I would like to close the thread if your problem was resolved.
Forum: Plugins
In reply to: [WP Date and Time Shortcode] show previous dateYou should use
[wp-dt-weekday-name days="-1"]
with straight quotes. (I am trying to use the [code] button in reply to solve the issue with the conversion.)Forum: Plugins
In reply to: [WP Date and Time Shortcode] show previous dateHello,
The problem is that you have copied the code above and it is damaged by the forum system and due to some reason the straight quotes of the attributes are automatically changed to 2 different types. Please change the quotes to straight ones as you type them yourself in the page. The plugin works fine with the correct quotes.
- This reply was modified 5 years ago by Denra.com.
Forum: Plugins
In reply to: [WP Date and Time Shortcode] show previous dateHello,
If you want to show the previous day always you can use:
[wp-dt-date days=”-1″] will show your precious date in the current WordPress format e.g. m/d/Y for US
[wp-dt-weekday-name days=”-1″] will show full weekday name e.g. Monday
[wp-dt-weekday-name-short days=”-1″] will show the short weekday name e.g. MonFor earlier days just change days attribute to whatever you need: -2, -5, -10, etc.
If you need other date format you may use the custom item format:
[wp-dt-custom format=”” days=”-1″]
and in the format attribute use the formatting letters from the PHP date() function which you can find here: https://www.php.net/manual/en/function.date.phpPlease see the examples in the description of the plugin too.
- This reply was modified 5 years ago by Denra.com. Reason: Added one more sentence
Thank you.