Title: Elliot Toman's Replies | WordPress.org

---

# Elliot Toman

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Block Builder - Lazy Blocks] WordPress 6.4](https://wordpress.org/support/topic/wordpress-6-4/)
 *  Thread Starter [Elliot Toman](https://wordpress.org/support/users/asubtleweb/)
 * (@asubtleweb)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/wordpress-6-4/#post-17182293)
 * Apologies, updating to the latest Lazy Blocks version resolved the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Charter Boat Bookings] Purchase Pro Version?](https://wordpress.org/support/topic/purchase-pro-version-3/)
 *  Thread Starter [Elliot Toman](https://wordpress.org/support/users/asubtleweb/)
 * (@asubtleweb)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/purchase-pro-version-3/#post-14142908)
 * Hi Meg,
 * Thank you so much for your prompt reply. I’ll follow up using the contact form
   on your website.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Block Lab] Blocks output as JSON](https://wordpress.org/support/topic/blocks-output-as-json/)
 *  Thread Starter [Elliot Toman](https://wordpress.org/support/users/asubtleweb/)
 * (@asubtleweb)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/blocks-output-as-json/#post-11850509)
 * False alarm. This was due to an error in my loop syntax, not related to Block
   Lab.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Import Eventbrite Events] Overriding Plugin Templates](https://wordpress.org/support/topic/overriding-plugin-templates/)
 *  [Elliot Toman](https://wordpress.org/support/users/asubtleweb/)
 * (@asubtleweb)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/overriding-plugin-templates/#post-11417846)
 * [@xylus](https://wordpress.org/support/users/xylus/) Can you clarify those instructions?
   I’ve tried both **/mytheme/import-eventbrite/layouts/iee-event-meta.php** (based
   on your instructions) and **/mytheme/import-eventbrite-events/templates/iee-event-
   meta.php** (based on the plugin structure) and neither works.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ask Me] Missing features?](https://wordpress.org/support/topic/missing-features-8/)
 *  Thread Starter [Elliot Toman](https://wordpress.org/support/users/asubtleweb/)
 * (@asubtleweb)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/missing-features-8/#post-6025311)
 * Thanks, Timo! I don’t see that information reflected anywhere on the Plugin page
   or its control panel. You may want to include it somewhere!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-login not working!](https://wordpress.org/support/topic/wp-login-not-working-3/)
 *  Thread Starter [Elliot Toman](https://wordpress.org/support/users/asubtleweb/)
 * (@asubtleweb)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/wp-login-not-working-3/#post-5387010)
 * I never thought to look at the source of wp-login.php … thank you, Richard!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[File Gallery] File Gallery Disables Featured Image in Custom Post Type](https://wordpress.org/support/topic/file-gallery-disables-featured-image-in-custom-post-type/)
 *  Thread Starter [Elliot Toman](https://wordpress.org/support/users/asubtleweb/)
 * (@asubtleweb)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/file-gallery-disables-featured-image-in-custom-post-type/#post-4425515)
 * I found the problem: The “Editor” field was disabled in this post type. Apparently,
   no Editor, no Featured Image if File Gallery is installed.
 * `'supports' => array('title', 'thumbnail')`
    `'supports' => array('title', 'editor','
   thumbnail')`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Suggestions for simple "auction" feature?](https://wordpress.org/support/topic/suggestions-for-simple-auction-feature/)
 *  Thread Starter [Elliot Toman](https://wordpress.org/support/users/asubtleweb/)
 * (@asubtleweb)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/suggestions-for-simple-auction-feature/#post-3854449)
 * Thanks, Nitesh–I’ll be sure to test it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Displaying taxonomy as category page?](https://wordpress.org/support/topic/displaying-taxonomy-as-category-page/)
 *  Thread Starter [Elliot Toman](https://wordpress.org/support/users/asubtleweb/)
 * (@asubtleweb)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/displaying-taxonomy-as-category-page/#post-3011834)
 * I figured it out. In the process of trying random variations in the code, I set`
   exclude_from_search` to `false` and presto. Taxonomy page works.
 * Follow-up research revealed that this technicality is in fact part of the [documentation](http://codex.wordpress.org/Function_Reference/register_post_type)
   and I overlooked it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Displaying taxonomy as category page?](https://wordpress.org/support/topic/displaying-taxonomy-as-category-page/)
 *  Thread Starter [Elliot Toman](https://wordpress.org/support/users/asubtleweb/)
 * (@asubtleweb)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/displaying-taxonomy-as-category-page/#post-3011755)
 * That didn’t seem to work, Amy. I renamed the taxonomy “image-category” and updated
   the template to **taxonomy-image-category.php**, but WP is still defaulting to**
   index.php**.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Current Post Type Info](https://wordpress.org/support/topic/current-post-type-info/)
 *  Thread Starter [Elliot Toman](https://wordpress.org/support/users/asubtleweb/)
 * (@asubtleweb)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/current-post-type-info/#post-2431915)
 * I can’t tell you how gratifying it is that we settled on the same solution.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Current Post Type Info](https://wordpress.org/support/topic/current-post-type-info/)
 *  Thread Starter [Elliot Toman](https://wordpress.org/support/users/asubtleweb/)
 * (@asubtleweb)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/current-post-type-info/#post-2431910)
 * I figured it out!
 *     ```
       <?php $posttype = get_post_type(); ?>
       <?php $obj = get_post_type_object( $posttype ); ?>
       <?php print $obj->labels->name; ?>
       ```
   
 * Thanks again for your help. 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Current Post Type Info](https://wordpress.org/support/topic/current-post-type-info/)
 *  Thread Starter [Elliot Toman](https://wordpress.org/support/users/asubtleweb/)
 * (@asubtleweb)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/current-post-type-info/#post-2431906)
 * Wow, that was easy. Thank you!
 * Is there any way to retrieve the labels for the post type, such as the singular
   or plural names?

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