Title: mtuttle's Replies | WordPress.org

---

# mtuttle

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Location](https://wordpress.org/support/topic/location-8/)
 *  Thread Starter [mtuttle](https://wordpress.org/support/users/mtuttle/)
 * (@mtuttle)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/location-8/#post-4633558)
 * Nevermind, found it!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Calling CPT by category](https://wordpress.org/support/topic/calling-cpt-by-category/)
 *  Thread Starter [mtuttle](https://wordpress.org/support/users/mtuttle/)
 * (@mtuttle)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/calling-cpt-by-category/#post-3935430)
 * Oh yeah, any interest in seeing what I setup? Might be useful to include with
   the plugin so others can use it as well.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Calling CPT by category](https://wordpress.org/support/topic/calling-cpt-by-category/)
 *  Thread Starter [mtuttle](https://wordpress.org/support/users/mtuttle/)
 * (@mtuttle)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/calling-cpt-by-category/#post-3935429)
 * Well, the meta_box_select was being used on a page template I setup that would
   allow a client to create a new CPT, add a new page selecting said template, and
   then use a drop down in a meta box that listed all the registered post types 
   to display post from only the CPT selected. I got it to work and I think it’s
   helpful for people who can’t code their own sites, but can use the dashboard.
 * I am wondering if you know of a method to add a metabox to all the CPT’s created
   by CPT UI?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mobile Detect] Using shortcode in header.php](https://wordpress.org/support/topic/using-shortcode-in-headerphp/)
 *  [mtuttle](https://wordpress.org/support/users/mtuttle/)
 * (@mtuttle)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/using-shortcode-in-headerphp/#post-3572014)
 * Here’s how I got it to work for my theme, since the developer and the original
   poster seem checked out.
 *     ```
       <?php
           if (function_exists('wpmd_is_phone') && wpmd_is_phone()) {
               echo "<li><a class='phone' href='tel:" . ot_get_option('phonenumbercontent') . "'><span class='phone'>" . ot_get_option('phonenumbercontent') ."'</span></a></li>";
           } else {
               echo "<li><span class='phone'>" . ot_get_option('phonenumbercontent') . "</span></li>";
           }
       ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SimpleMap Store Locator] [Simplemap Plugin] Search function uses "AND" not "OR" for tags/categories](https://wordpress.org/support/topic/simplemap-plugin-search-function-uses-and-not-or-for-tagscategories/)
 *  [mtuttle](https://wordpress.org/support/users/mtuttle/)
 * (@mtuttle)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/simplemap-plugin-search-function-uses-and-not-or-for-tagscategories/#post-2131699)
 * Hello,
 * Any word on how to fix this? I have a construction company project that wants
   to display different categories of their projects. So, if someone wants to view
   all the categories within a certain range, no results show even though there 
   are hundreds of results.
 * Please post a fix if you have one.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SimpleMap Store Locator] [Plugin: SimpleMap Store Locator] Simplemap CSV Export loads blank page](https://wordpress.org/support/topic/plugin-simplemap-store-locator-simplemap-csv-export-loads-blank-page/)
 *  Thread Starter [mtuttle](https://wordpress.org/support/users/mtuttle/)
 * (@mtuttle)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-simplemap-store-locator-simplemap-csv-export-loads-blank-page/#post-2685863)
 * Also, can I change the display order? I have a client who want the map to display
   above the search form.

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