• Resolved Pastor Walt Mayhew

    (@wmayhewwalnuthillccorg)


    I am looking to create a custom page for events manager.

    We are using events manager for our multi-campus church. I added a taxonomy that lets me categorize events by each campus regardless of the physical location of the event. I want to create a page with the location information associated with the campus on the top of the page including the image associated with the location, followed by the items associated with the campus. I have the later working, but couldn’t find a way to pull the location and image information either from the plug in supplied methodolgies or using PHP.

    Any help would be appreciated.

    Thanks in advance.

    Pastor Walt

    https://www.ads-software.com/plugins/events-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    sorry for the confusion but can I know how are you pulling the location/image info. ? eg. using shortcode, wp_query

    Thread Starter Pastor Walt Mayhew

    (@wmayhewwalnuthillccorg)

    Angelo,

    I am using the code below for the page right now. It provides the details I want but I’d like to use the location image within the header. I can retrieve it using either a shortcode or a wp_querey. When I looked at the location database, I didn’t see a field that contained the image URL.

    [insert_php]
    echo "<b><h2>Derby Campus Events - Using PHP</h2></b>";
    echo EM_EVENTS::output (array('campus'=>'Derby'));
    [/insert_php]

    Thanks for the assist.

    Pastor Walt

    caimin_nwl

    (@caimin_nwl)

    You should be able to do something like this:

    echo $EM_Event->output("#_EVENTIMAGE");

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Events Manager Custom Page Creation’ is closed to new replies.