Repeating pod on the page in admin
-
Excuse my ignorance with this. I looked all over the documentation and cant find the solution or maybe I’m missing it. I’ve just started using Pods.
Here is what I have so far:
– I extended a post type to add fields to the page
– Created a pod with my fields
– created a template<h1>Adwords Information: {@website}</h1> <div class="adw"> <p><strong>Prior Month: </strong>{@prior_month}</p> <p><strong>Clicks: </strong>{@clicks}</p> <p><strong>Impressions: </strong>{@impressions}</p> <p><strong>Cost: </strong>{@cost}</p> </div>
– created an autopod showing the template.
All works great, but this is for a client’s website info on his private page. What if a client has 2 or 3 websites? How can I repeat the pod fields in the page administration (to fill out for the second or 3rd site?) and then how to edit the template to display 2 or 3 sets of data?
If you can point me in the right direction, would really appreciate it. thank you in advance for your help
- The topic ‘Repeating pod on the page in admin’ is closed to new replies.