Nope, just a content popup. We’re creating a car rental site, and each HTML popup represents a vehicle. When our client eventually goes to edit any HTML popup, they won’t see the WYSIWYG editor… instead, they’ll see a bunch of custom fields with MPG, passenger count, fuel economy, etc. I have all these setup fine.
When a user clicks that popup (I’ve written a custom query that goes through all the popups and displays them in a template, each as a link to the popup itself) I’d like my custom fields to display formatted within the popup – so I need to be able to edit the output of the HTML popup type.
I’ve got everything setup and working just fine, but can’t determine where I need to modify code to display my custom fields. I’m used to doing this type of customization with template files for each custom post type, but since you’re loading the plugin content with js and a php function instead, I’m getting a bit stuck. I can provide you with login credentials to view what I’m doing, if you wish.
Really, I just need to know how to modify the output of an HTML popup.
Thanks!