The dynamic tag %author_url% is not working here:
<p class="post-modified-info">Zuletzt bearbeitet vor %post_modified% von <a href="%author_url%" target="_blank" class="last-modified-author">%author_name%</a></p>
The name is just linked to the post url: https://yyy/2023/07/27/test-test-123/
]]>Hi
I use the following code to put the update date in the post meta
in function.php
function et_last_modified_date_blog( $the_date ) {
if ( 'post' === get_post_type() ) {
$the_time = get_post_time( 'His' );
$the_modified = get_post_modified_time( 'His' );
$last_modified = sprintf( __( '?? ???????? ?? %s', 'Divi' ), esc_html( get_post_modified_time( 'j F, Y' ) ) );
$published = sprintf( __( '%s', 'Divi' ), esc_html( get_post_time( 'j F, Y' ) ) );
$date = $the_modified !== $the_time ? $last_modified . ' | ' . $published : $published;
return $date;
}
}
add_action( 'get_the_date', 'et_last_modified_date_blog' );
add_action( 'get_the_time', 'et_last_modified_date_blog' );
Everything is fine but the date is Gregorian . I want my WordPress setting date
I found this code
$currentlang = get_bloginfo('language');
$currentlang=="fa-IR";
can you help me?
]]>Can I set up last modified date under audio links?
Thanks
]]>Hello,
great plugin but is it possible to display the message on all the post/page without editing them ?
Maybe by editing the theme ?
I tryed to use [last_modified_date format=d-m-Y] and there was
[last_modified_date format=d-m-Y] visible on the post for visitor not the date.
So, is there a solution for that ?
Maybe an other code ?
In fact I want to show the creation date with : *publication_timestamp*
Thanks for your help !
]]>Hi.
After the last update, my page suddenly shows the following line when I have the plugin activated:
Warning: in_array() expects parameter 2 to be array, null given in /var/www/antennelaugetpedersholm.dk/public_html/wp-content/plugins/wp-open-last-modified/open_last_modified.php on line 93
How can I get this to work again?
Regards
Tupsy
Hello,
First, thank you for your plugin which works perfectly well.
only problem: it appears in a page where there is only a form.
it is possible to delete it from this Contact page?
Best regards
User ??
Hello, I’ve installed the plugin but there’s no way to show it under the post. You can check here
this is a post I’ve recently modified but at the bottom there’s nothing. I’ve placed this in the settings
Ultima modifica: *last_modified_timestamp_gmt* – Revisione: *revision_count*
also, since I’ve seen that the plugin doesn’t support languages, how can I use a date like 25-04-2017 instead of 25 April 2017?
Thanks!
]]>Hello,
how can I show modified date above post text in the front page?? In the article page it shows it right. But in the front page it shows it next to the post text. Website that shows it: https://clicknews.gr/
Thank you in advance
]]>Hi @dogano, why the month is not shown into WordPress website language?
I see:
Pagina creata il 11 February 2017 e modificata l’ultima volta il 22 February 2017
with a mix of Italian (my language and website lang) and English.
How to fix the problem?
Thanks
]]>How can I remove Last modified from some of the pages? I have homepage that shows pages and I want to remove plug in from those pages. Thank you
]]>Thanks for this very useful plugin!
I added two new placeholders for more flexibility:
*modification_times* and *conditional_no*
You may have a look at it here.
]]>