You are not logged in.
Pages: 1
I'm working on using callouts for my project. I've created the callout in admin and pasted my html code in the corresponding callouts folder. How do I get my callout to show at the frontend of the website?
Offline
I'd take a look at the demo site's code to see how callouts are drawn but the short of it is:
- Add a Callouts field to your page template
- Add a callout to your page in that field
- On your template's php file loop through the field and include your callout template
- Use your callout template to draw the content of the callout
Offline
Thanks Tim. Worked
Offline
Pages: 1