Home › Forums › WoodMart support forum › Dynamic Size Guide Title on Product Page › Reply To: Dynamic Size Guide Title on Product Page
June 6, 2023 at 6:24 pm
#473102
Cioppi88
Participant
I try to change the code with this snippet:
<?php if ( $sguide_post->post_title && $element_args['title'] ) : ?>
<h4 class="wd-sizeguide-title">
<?php echo get_the_title( $sguide_post->ID ); ?>
</h4>
<?php endif; ?>
But nothing change