Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter HFVWEBDESIGN

    (@federicoventura)

    Hi,

    I solved the problem with this code, it was actually easy

    <div class="custom-field-wrapper">
                                        <span class="js-bold"><?php echo __('Email Address', 'js-jobs') . ':&nbsp;'; ?></span>
                                        
                                        <?php echo do_shortcode('[groups_member group="resume"]
                                        <span class="get-text">
                                       '.$myresume->email_address.'
                                        </span> 
                                        [/groups_member]');?>
                                        
                                        </div>
    

    Thank you

Viewing 1 replies (of 1 total)