Advertisement
Guest User

WP Events Manager {has_VenueURL} Custom Conditional

a guest
May 10th, 2012
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.87 KB | None | 0 0
  1. {has_EventURL}
  2. <p>
  3.     <strong>Event Website</strong><br/>
  4.     <a href="#_ATT{EventURL}" rel="nofollow" target="_blank">Visit event's website for additional information</a> -- Using conditional
  5. </p>
  6. {/has_EventURL}
  7. <p>
  8.     <strong>Event Website</strong><br/>
  9.     <a href="#_ATT{EventURL}" rel="nofollow" target="_blank">Visit event's website for additional information</a> -- Not using conditional
  10. </p>
  11.  
  12. <p>
  13. {has_location}
  14.     <strong>Venue</strong><br/>
  15.     #_LOCATIONNAME<br/>
  16.     #_LOCATIONADDRESS<br/>
  17.     #_LOCATIONTOWN,     #_LOCATIONSTATE     #_LOCATIONPOSTCODE
  18. {/has_location}
  19. {has_VenueURL}
  20.     <br/>
  21.     <a href="#_LATT{VenueURL}" rel="nofollow" target="_blank"><em><small>Visit venue's website</small></em></a> -- Using conditional
  22. {/has_VenueURL}
  23.     <br/>
  24.     <a href="#_LATT{VenueURL}" rel="nofollow" target="_blank"><em><small>Visit venue's website</small></em></a> -- Not using conditional
  25. </p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement