How to bring AUTHOR, COMPANY, LINK field from Testimonial to display on the page.
LInk to our page ABOUT US – Nippon Sysits
I'm writing to seek assistance with a problem I'm experiencing while trying to display certain fields from the Testimonial object on my webpage.
Description of the Issue:
I am attempting to use placeholders to display specific fields from a Testimonial. The fields I want to display are:
- Author: Using the
AUTHOR
field from the Testimonial. - Company: Using the
COMPANY
field from the Testimonial. - Link: Using the
LINK
field from the Testimonial.
Here are the issues I'm encountering:
- {company} and {link} Placeholders:
- These placeholders are not being converted to the actual values from the Testimonial object. Instead, they appear as
{company}
and{link}
on the page.
- These placeholders are not being converted to the actual values from the Testimonial object. Instead, they appear as
- {author} Placeholder:
- This placeholder is being converted, but it incorrectly pulls the username of the user inputting the field, which is always set to "admin."
- It should instead pull from the
AUTHOR
field of the Testimonial object.
Comments
Hello,
1) You should use
{postmeta:mfn-post-company}
and{postmeta:mfn-post-link}
dynamic data instead.2) Dynamic data for the Testimonial author is
{postmeta:mfn-post-author}
.Best regards