Reputation: 40633
What is the term used by WP for custom data that appears on the website. For example, the site needs testimonials which include the following: photo, name, testimonial, link. How are these fields defined in WP and how to loop over them in the frontend?
I'm new to WP. In ExpressionEngine, this concept is called "Channels". What's the equivalent in WP?
Upvotes: 0
Views: 49
Reputation: 2073
You can create all of that photo, name, testimonial, link inside of a Custom Post Types you can read more about it here
Upvotes: 1