Advertisement
Guest User

sidebar moved

a guest
Feb 19th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.95 KB | None | 0 0
  1. <?php
  2. get_header();
  3. ?>
  4. <?php
  5. global $post;
  6. $EM_Event = em_get_event($post->ID, 'post_id');
  7. ?>
  8. <header class="entry-header"><h1 class="entry-title">Event: <?php echo $EM_Event->output('#_EVENTNAME'); ?></h1></header>
  9. <div class="four columns"><div class="entry-content">
  10. <?php echo $EM_Event->output('<div style="float:right; margin:0px 0px 15px 15px;">#_LOCATIONMAP</div>
  11. <p>
  12.     <strong>Date/Time:</strong><br/>
  13.     #_EVENTDATES<br /><i>#_EVENTTIMES</i>
  14. </p>
  15. {has_location}
  16. <p>
  17.     <strong>Venue:</strong><br/>
  18.     #_LOCATIONNAME
  19. </p>
  20. {/has_location}
  21. <p><strong>Admission:</strong> <br/>#_ATT{price}
  22. </p>
  23. <p>
  24.     <strong>Category</strong>
  25.     #_CATEGORIES
  26. </p></br></br></br></br></br>
  27. <p>
  28. <h3><a href="http://www.fathomtheatre.ca/events">< Back to Events Calendar</a></h3>
  29. </p>
  30. <br style="clear:both" />
  31. #_EVENTNOTES');
  32.  
  33.  
  34. ?>
  35.  
  36. </div> 
  37.  
  38. </div><div class="sidebar">
  39. <?php if (!dynamic_sidebar('events')) :
  40. endif; ?>
  41. </div>
  42. <?php
  43.     get_footer();
  44.     ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement