Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Adding Testimonial date to testimonial grid using child theme

Home / Forums / Virtue Theme / Adding Testimonial date to testimonial grid using child theme

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
May 16, 2019 at 7:02 am

I am using virtue child theme. I want to add the post date to my testimonial grid. I found this from Ben:

Where are you wanting this date? if on the single testimonial post page you can add this to the templates/content-singletestimonail.php page:

<?php echo get_the_date(‘j M Y’); ?>

I would like to add the date just past the name, name – date.

Is there a way to use the child theme to override the theme file and add the date, so that I do not need to modify the base theme and will continue to function with theme updates. I am running the latest version of Virtue Premium.

  • The forum ‘Virtue Theme’ is closed to new topics and replies.