Support

Account

Home Forums General Issues Add-on development Reply To: Add-on development

  • Hi, I believe i’m doing both!

    I want to create an add-on for AFC to create a new field type, however when you assign that new field to a (eg. post), I need to show a repeater (per-defined) of a new field type and use it’s values to create a custom front-end output.

    – To give an example, I want to create a calendar plugin, that can be assigned to any post type.
    – It will have a repeater to add events (repeater of text(title), date&time(the new field type) )
    – Then in the output will show the calendar with its events

    At the moment I have done that by creating theme templates, CPT and exporting ACF code inside the theme, which is utilizes ACF as you said.