Add company name and url to page template
-
Hi,
I’ve made my own testimonial.php and that renders the output-templates useless. I’ve tried many options to echo the input from these custom fields:
tbtestimonial_company_url
tbtestimonial_company<?php echo get_post_meta( $post->ID, ‘tbtestimonial_company_url’, 1 ); ?>
<?php echo “Organisatie: “.get_post_meta($post->ID,’tbtestimonial_company’, 1); ?>also tried TRUE.
<?php the_meta(); ?>
does output:tbtestimonial_company_url: https://www**************
tbtestimonial_company: *******************Do you have a suggestion for me?
thanks (and best wishes)
Tanjahttps://www.ads-software.com/extend/plugins/tb-testimonials/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Add company name and url to page template’ is closed to new replies.