Title: bmg's Replies | WordPress.org

---

# bmg

  [  ](https://wordpress.org/support/users/bridgetg/)

 *   [Profile](https://wordpress.org/support/users/bridgetg/)
 *   [Topics Started](https://wordpress.org/support/users/bridgetg/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bridgetg/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bridgetg/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bridgetg/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bridgetg/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bridgetg/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Related Posts by Taxonomy] Title hyperlink with Thumbnail Template](https://wordpress.org/support/topic/title-hyperlink-with-thumbnail-template/)
 *  Thread Starter [bmg](https://wordpress.org/support/users/bridgetg/)
 * (@bridgetg)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/title-hyperlink-with-thumbnail-template/#post-5369645)
 * Sorry, I meant that the title isn’t an active link to the post, it just shows
   up as text. So in order to view the post, I have to click the thumbnail. I would
   like to be able to click both the thumbnail and the title of the story to link
   me to the post page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Related Posts by Taxonomy] Post date under post title](https://wordpress.org/support/topic/post-date-under-post-title/)
 *  [bmg](https://wordpress.org/support/users/bridgetg/)
 * (@bridgetg)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/post-date-under-post-title/#post-5337646)
 * It worked! Thank you!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Related Posts by Taxonomy] Post date under post title](https://wordpress.org/support/topic/post-date-under-post-title/)
 *  [bmg](https://wordpress.org/support/users/bridgetg/)
 * (@bridgetg)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/post-date-under-post-title/#post-5337640)
 * Ok I added the code you provided below to functions.php
 *     ```
       add_filter( 'related_posts_by_taxonomy_caption', 'link_related_caption', 10, 2 );
       function link_related_caption( $caption, $related, $args ) {
       	$date = '<span class="related-post-date">';
       	$date .= get_the_date( get_option( 'date_format' ), $related->ID );
       	$date .= '</span>';
       	return $date . $caption;
       }
       ```
   
 * The title is showing, so now I’m assuming I add a code to show the date on the
   template. I tried <span class=”related-post-date”><?php echo get_the_date(); ?
   ></span> but that only shows the date for one post, if that’s the code where 
   do I place it?
 * If not, What do I add to the related-posts-thumbnails.php file? I want the date
   to be above the title. Thank you! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Related Posts by Taxonomy] Post date under post title](https://wordpress.org/support/topic/post-date-under-post-title/)
 *  [bmg](https://wordpress.org/support/users/bridgetg/)
 * (@bridgetg)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/post-date-under-post-title/#post-5337627)
 * Hey, I’m a little lost with this. Can you specify where I’m supposed to post 
   this code? I put it in themes functions.php file and it didn’t work. I want to
   display the date underneath the image above the title. Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comprehensive Google Map Plugin] Plugin Breaks Tags in WordPress 4](https://wordpress.org/support/topic/plugin-breaks-tags-in-wordpress-4/)
 *  [bmg](https://wordpress.org/support/users/bridgetg/)
 * (@bridgetg)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/plugin-breaks-tags-in-wordpress-4/#post-5257205)
 * Thanks for posting this! I was going crazy wondering what happened to my tags!
   Thought I disabled this plugin when doing troubleshooting. Once I saw this, deactivated
   Google Maps and my Tags were back!
 * Hope this issue gets resolved soon.
 * Thanks for sharing! 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [More than one Portfolio page](https://wordpress.org/support/topic/more-than-one-portfolio-page/)
 *  [bmg](https://wordpress.org/support/users/bridgetg/)
 * (@bridgetg)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/more-than-one-portfolio-page/#post-2087012)
 * Hey art4messiah did you ever figure this one out? Having the same issue 🙁 Help
   meeee pretty please?

Viewing 6 replies - 1 through 6 (of 6 total)