I’m wondering if it is possible to only update the timestamp when the Weather Headline section (using theme.co X Pro theme–global blocks) is updated. See video here: https://cl.ly/sz2s
]]>The plugin does what is needed, but breaks pages if debug is set to true.
PHP Notice: Undefined variable: comment_tag in wp-content\plugins\last-updated-shortcode\last-updated-shortcode.php on line 59.
A similar post with a solution was posted 4 years ago, but was never acknowledged by the plugin author and does not work now.
]]>Hello:
How do I modify the settings in the lastupdated so that it shows Eastern Standard Time?
It’s showing a timezone three hours ahead of EST.
Thanks,
James
https://www.ads-software.com/plugins/last-updated-shortcode/
]]>Using latest version of WP, version 1.0.1 displays the following even though it does display the last-updated correctly. When will Last-Updated Shortcode be updated to latest version of WP? I need to use it on 900+ pages.
Jim Bresnahan, webmaster, St. Louis Genealogical Society (stlgs.org)
Notice: Undefined variable: comment_tag in /var/www/domains/stlgs.org/www/htdocs/wp-content/plugins/last-updated-shortcode/last-updated-shortcode.php on line 59 Call Stack: 0.0000 631112 1. {main}() /var/www/domains/stlgs.org/www/htdocs/index.php:0 0.0001 631568 2. require('/var/www/domains/stlgs.org/www/htdocs/wp-blog-header.php') /var/www/domains/stlgs.org/www/htdocs/index.php:17 0.3111 15292200 3. require_once('/var/www/domains/stlgs.org/www/htdocs/wp-includes/template-loader.php') /var/www/domains/stlgs.org/www/htdocs/wp-blog-header.php:19 0.3509 15392448 4. include('/var/www/domains/stlgs.org/www/htdocs/wp-content/themes/stlgs/base.php') /var/www/domains/stlgs.org/www/htdocs/wp-includes/template-loader.php:75 3.1422 19527600 5. include('/var/www/domains/stlgs.org/www/htdocs/wp-content/themes/stlgs/index.php') /var/www/domains/stlgs.org/www/htdocs/wp-content/themes/stlgs/base.php:3 3.1763 19612848 6. the_content() /var/www/domains/stlgs.org/www/htdocs/wp-content/themes/stlgs/index.php:16 3.1766 19615768 7. apply_filters() /var/www/domains/stlgs.org/www/htdocs/wp-includes/post-template.php:240 3.2043 18737352 8. call_user_func_array() /var/www/domains/stlgs.org/www/htdocs/wp-includes/plugin.php:235 3.2043 18737384 9. do_shortcode() /var/www/domains/stlgs.org/www/htdocs/wp-includes/plugin.php:235 3.2071 18742792 10. preg_replace_callback() /var/www/domains/stlgs.org/www/htdocs/wp-includes/shortcodes.php:223 3.2071 18752408 11. do_shortcode_tag() /var/www/domains/stlgs.org/www/htdocs/wp-includes/shortcodes.php:223 3.2072 18752536 12. call_user_func() /var/www/domains/stlgs.org/www/htdocs/wp-includes/shortcodes.php:326 3.2072 18752576 13. last_updated_shortcode() /var/www/domains/stlgs.org/www/htdocs/wp-includes/shortcodes.php:326
https://www.ads-software.com/plugins/last-updated-shortcode/
]]>Example with German standard setting output:
erstellt am: 18. Feb. 2016 | von: Management | Kategorie(n): Design
Last updated: Februar 23, 2016 at 15:17 pm
First row represents system setting correctly via template.
Second row ist wrong plugin output.
Any idea to fix this?
https://www.ads-software.com/plugins/last-updated-shortcode/
]]>Hi,
there is a bug:
Notice: Undefined variable: comment_tag in …/wp-content/plugins/last-updated-shortcode/last-updated-shortcode.php on line 59
It seems You are missing the global keyword in front of the variable, it should be like this:
global $comment_tag;
[ Signature moderated. ]
https://www.ads-software.com/extend/plugins/last-updated-shortcode/
]]>Thanks for the plugin – just what I needed!
I was trying to get this to work in the footer and I thought I’d share the code here in case others need it too:
<?php echo do_shortcode('[lastupdated]'); ?>
The one given (below) did not work:
<?php do_shortcode( [lastupdated] ); ?>
https://www.ads-software.com/extend/plugins/last-updated-shortcode/
]]>Please post support questions to the plugin’s Homepage at https://shinraholdings.com/plugins/last-updated-shortcode. You will get a much quicker answer if you post it there, thanks.
https://www.ads-software.com/extend/plugins/last-updated-shortcode/
]]>Hi,
I am trying to use the Last Update Shortcode Plugin to display my website’s date on each page (home page for example).
Right now, the date shows as follows:
Last updated: F j, Y \a\t G:i a
I am using the qtranslate language plugin, and I’m thinking it may have something to do with that?
What will I have to change in the php files to show the date correctly??
Please help!
https://www.ads-software.com/extend/plugins/last-updated-shortcode/
]]>