Title: Template Tags Options + Generatepress + replace function
Last modified: October 21, 2019

---

# Template Tags Options + Generatepress + replace function

 *  Resolved [LPZ](https://wordpress.org/support/users/mexl/)
 * (@mexl)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/template-tags-options-generatepress-replace-function/)
 * Hi,
    first of all thank you for the great plugin! When using the template tags
   option and support for generatepress the last modified date is correctly replaced.
   However, it will show the author who did the modification but not the original
   author. Is there a way to show the last modified date plus the original author?
   Thank you, M
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftemplate-tags-options-generatepress-replace-function%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Thread Starter [LPZ](https://wordpress.org/support/users/mexl/)
 * (@mexl)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/template-tags-options-generatepress-replace-function/#post-12049729)
 * Hi,
    I solved it by creating a php hook.
 *     ```
       	<?php 
       	global $post;
       	$author_id = $post->post_author;
       	?>
       	<h5><?php printf( get_the_author_meta( 'display_name') );?></h5>
       ```
   
 * thanks,
    M

Viewing 1 replies (of 1 total)

The topic ‘Template Tags Options + Generatepress + replace function’ is closed to
new replies.

 * ![](https://ps.w.org/wp-last-modified-info/assets/icon-256x256.png?rev=2844152)
 * [WP Last Modified Info](https://wordpress.org/plugins/wp-last-modified-info/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-last-modified-info/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-last-modified-info/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-last-modified-info/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-last-modified-info/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-last-modified-info/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [LPZ](https://wordpress.org/support/users/mexl/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/template-tags-options-generatepress-replace-function/#post-12049729)
 * Status: resolved