Display WYSIWYG (Visual Editor) | WordPress Pods
-
Hi guys,
I am using WordPress Pods to display create a few additional fields on my website. I have recently added a WYSIWYG (Visual Editor) fields with the following properties:
– Label: Testimonial
– Name: testimonialI want to be able to display the field content on the front page within the loop. I have tried making use of:
<?php //get testimonial / only if it is available $testimonial = get_post_meta($post->ID, 'testimonial', true); //display testimonial echo $testimonial; ?>
However nothing appears. The same routine works for other WordPress Pods fields. What I am doing wrong?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Display WYSIWYG (Visual Editor) | WordPress Pods’ is closed to new replies.