Title: add event page
Last modified: August 21, 2016

---

# add event page

 *  Resolved [mrppp](https://wordpress.org/support/users/mrppp/)
 * (@mrppp)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/add-event-page/)
 * On the add event page you have:
    When, Where, Details etc. Under Where i.e location
   you have Address/City/state etc. Could another field be added here so when creating
   event a user could enter the venue website from the add event form and that would
   be added to the location details.? **Image below** i am using event attributes
   for the event which works fine
 *     ```
       #_ATT{Website}
       #_ATT{Phone Number}
       #_ATT{Contact Email}
       ```
   
 * But would like the location to be able to have a website added without having
   to go into locations and manually add using location attributes `#_LATT{Venue
   Website}`
 * I amagine some php code in where.php
    [http://whatsoninberkshire.co.uk/where.jpg](http://whatsoninberkshire.co.uk/where.jpg)
 * I did remove REGION ( but can’t remember how i did) i guess i could have renamed
   that as website instead, if so what was the default code for this, shows in where.
   php but imagine another reference in another file?
    event/location.php i think
   i removed it so it does not show, so could i put code back and rename?
 *     ```
       <tr>
       			<th><?php _e ( 'Region:', 'dbem' )?> </th>
       			<td>
       				<input id="location-region" type="text" name="location_region" value="<?php echo esc_attr($EM_Location->location_region, ENT_QUOTES); ?>" />
       			</td>
       		</tr>
       ```
   
 * change to
 *     ```
       <tr>
       			<th><?php _e ( 'WEBSITE:', 'dbem' )?>&nbsp;</th>
       			<td>
       				<input id="location-region" type="text" name="location_region" value="<?php echo esc_attr($EM_Location->location_region, ENT_QUOTES); ?>" />
       			</td>
       		</tr>
       ```
   
 * [http://wordpress.org/plugins/events-manager/](http://wordpress.org/plugins/events-manager/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [mrppp](https://wordpress.org/support/users/mrppp/)
 * (@mrppp)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/add-event-page/#post-3982159)
 * umm adds the field but does not seem to display it
 *  [Philip John](https://wordpress.org/support/users/philipjohn/)
 * (@philipjohn)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/add-event-page/#post-3982176)
 * Hiya,
 * To do this you would probably need to use a hook into the event save filter that
   checks if a website is entered and updates the location to add it, if it doesn’t
   already exist….
 * Phil
 *  Thread Starter [mrppp](https://wordpress.org/support/users/mrppp/)
 * (@mrppp)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/add-event-page/#post-3982177)
 * Ok thanks, where can i read up on hooks?
 *  [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * (@caimin_nwl)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/add-event-page/#post-3982198)
 * [http://codex.wordpress.org/Plugin_API](http://codex.wordpress.org/Plugin_API)

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘add event page’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=1039078)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/add-event-page/#post-3982198)
 * Status: resolved