Title: dullejohn's Replies | WordPress.org

---

# dullejohn

  [  ](https://wordpress.org/support/users/dullejohn/)

 *   [Profile](https://wordpress.org/support/users/dullejohn/)
 *   [Topics Started](https://wordpress.org/support/users/dullejohn/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dullejohn/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dullejohn/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dullejohn/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dullejohn/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dullejohn/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IP Blacklist Cloud] Adding IP range blacklisted everything](https://wordpress.org/support/topic/adding-ip-range-blacklisted-everything/)
 *  [dullejohn](https://wordpress.org/support/users/dullejohn/)
 * (@dullejohn)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/adding-ip-range-blacklisted-everything/#post-6624504)
 * I would simply just go into the database and clear your ip or change your ip 
   address 😀
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] How to use 'Event Manager Shortcodes' plugin via the php code.](https://wordpress.org/support/topic/how-to-use-event-manager-shortcodes-plugin-via-the-php-code/)
 *  [dullejohn](https://wordpress.org/support/users/dullejohn/)
 * (@dullejohn)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/how-to-use-event-manager-shortcodes-plugin-via-the-php-code/#post-3372749)
 * An example of how to use it
 *     ```
       <?php echo do_shortcode('[events_list limit="10"]
       <ul class="event">
       	<li>
       		<img class="thumb" src=#_EVENTIMAGEURL />
       		<div class="details">
       			<h3>#_EVENTNAME</h3>
       			<p>#_EVENTDATES</p>
       			<p>#_EVENTTIMES</p>
       		</div>
       		<div class="description">
       			#_EVENTNOTES
       		</div>
       		<div class="description-toggle">See description</div>
       	</li>
       </ul>
       [/events_list]'); ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] How to](https://wordpress.org/support/topic/how-to-41/)
 *  Thread Starter [dullejohn](https://wordpress.org/support/users/dullejohn/)
 * (@dullejohn)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/how-to-41/#post-3362732)
 * Or generally how do i call the plugin i wanna call it into a header so it gets
   posted on all pages

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