• Hey guys I was wondering how I add extra event details into the admin section to automatically then show the data on the event post.

    Currently there are fields for:
    Event Start
    Venue

    I would also like to add
    Audience
    Website: With link to official website
    Facebook: With link to Facebook page
    Twitter: With link to Twitter account

    Cheers Adam

    https://www.ads-software.com/plugins/event-organiser/

Viewing 2 replies - 1 through 2 (of 2 total)
  • i’m using advanced custom fields plugin for extra info, then make use of the templates

    Plugin Author Stephen Harris

    (@stephenharris)

    Yup, you can edit the templates. The easiest way is to copy event-meta-event-single.php into your theme and use the custom fields there (you don’t have to be Advanced Custom Fields plug-in, you can use WordPress’ “custom fields” or add your own meta-box).

    Alternatively you can create a copy of single.php in your theme named single-event.php, and then add in any details you wish to add. The only disadvantage to using this method is that you will also need to add in details such as event date/time etc as you’re completely over-riding the default behaviour.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add addition event details’ is closed to new replies.