Title: single-event.php page
Last modified: August 21, 2016

---

# single-event.php page

 *  Resolved [Daniele](https://wordpress.org/support/users/lele_82/)
 * (@lele_82)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/single-eventphp-page/)
 * Hi, i created a single-event.php page template to modify the layout as i wish…
   but if i choose article in the page option, the event doesn’t appear with correct
   layout… Why?
 * [http://wordpress.org/extend/plugins/events-manager/](http://wordpress.org/extend/plugins/events-manager/)

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

 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/single-eventphp-page/#post-3750036)
 * hi,
 * did you try something like this – [http://wordpress.org/support/topic/events-manager-eventslocation-pages-cant-get-sidebar?replies=22](http://wordpress.org/support/topic/events-manager-eventslocation-pages-cant-get-sidebar?replies=22)
 * Or
 * try to re-copy your theme single.php and then rename it to single-event.php
 *  Thread Starter [Daniele](https://wordpress.org/support/users/lele_82/)
 * (@lele_82)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/single-eventphp-page/#post-3750054)
 * i tried to re-copy single.php to single-event.php and modified as i wish but 
   it doesn’t work… it seems like doesn’t exists…
 *  Thread Starter [Daniele](https://wordpress.org/support/users/lele_82/)
 * (@lele_82)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/single-eventphp-page/#post-3750056)
 * i also need to know how could i check if the page is an event… like the function`
   is_page()`
 *  [Philip John](https://wordpress.org/support/users/philipjohn/)
 * (@philipjohn)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/single-eventphp-page/#post-3750166)
 * Hiya!
 * Where did you create the single-event.php page? Was this in your active theme,
   or did you first create a child theme?
 * Can you insert a HTML comment (<!– comment –>) to double check if your new template
   is being used? If not, you’ll first need to check the correct theme is active,
   and that you’re viewing an events page. A link would help us to look at this 
   with you.
 * To check whether you are looking at an event you can do this;
 *     ```
       if ('event' == get_post_type($post->ID)){
           // It's an event
       }
       ```
   
 * Thanks,
    Phil
 *  Thread Starter [Daniele](https://wordpress.org/support/users/lele_82/)
 * (@lele_82)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/single-eventphp-page/#post-3750201)
 * The site link is [this](http://www.vitaecrescita.com)
 * i had tried to delete all code, but it still not working.
 * For my scope, i have solved the problem with the `em_is_event_page();`… obviously
   the issue behavior still remain…
 *  [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * (@caimin_nwl)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/single-eventphp-page/#post-3750203)
 * Where is your single-event.php file? In a child or parent theme?
 *  Thread Starter [Daniele](https://wordpress.org/support/users/lele_82/)
 * (@lele_82)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/single-eventphp-page/#post-3750204)
 * parent theme, inside the parent_theme/plugin/event-manager/templates folder
 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/single-eventphp-page/#post-3750222)
 * cpt template single-event.php should be located in your theme directory at wp-
   content/themes/Your Theme/single-event.php
 *  Thread Starter [Daniele](https://wordpress.org/support/users/lele_82/)
 * (@lele_82)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/single-eventphp-page/#post-3750223)
 * i’d also tried this, but it doesn’t work…
 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/single-eventphp-page/#post-3750239)
 * are you sure single-event.php isn’t being used at all?
 * EM will let that take over if it exists. Maybe worth trying to put it in a child
   theme if you have one, although it should work on either one.
 *  Thread Starter [Daniele](https://wordpress.org/support/users/lele_82/)
 * (@lele_82)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/single-eventphp-page/#post-3750243)
 * I’m sure to have put the single-event.php on the main theme and optimize it …
 * I don’t know, i’ll retry again and i’ll give you an answer.
 * Thanks for know.

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

The topic ‘single-event.php page’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [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/)

 * 11 replies
 * 5 participants
 * Last reply from: [Daniele](https://wordpress.org/support/users/lele_82/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/single-eventphp-page/#post-3750243)
 * Status: resolved