Title: d5dhatch's Replies | WordPress.org

---

# d5dhatch

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Admin Columns] Post ID gets repeated across columns](https://wordpress.org/support/topic/post-id-gets-repeated-across-columns/)
 *  Thread Starter [d5dhatch](https://wordpress.org/support/users/d5dhatch/)
 * (@d5dhatch)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/post-id-gets-repeated-across-columns/#post-3306538)
 * Hi Tobias,
    I tried but since my theme generates a custom post type “Products”
   which I need (thats the one that has the repeating ID issue) I can’t do an apples
   to apples comparison. But your comment made me realize that its related to the
   custom post type generated by me theme. If I generate a custom post type through
   a plug-in like “More Types”, I don’t have the issue.
 * Off the top of your head can you think of the best way for me to try to fix this?
   Perhaps I should look at how my theme RTTheme 17 creates the custom post type
   and compare it to the way they are supposed to be created?
 *  Going to mark as resolved, love to hear back from you on this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Admin Columns] Post ID gets repeated across columns](https://wordpress.org/support/topic/post-id-gets-repeated-across-columns/)
 *  Thread Starter [d5dhatch](https://wordpress.org/support/users/d5dhatch/)
 * (@d5dhatch)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/post-id-gets-repeated-across-columns/#post-3306537)
 * Hi Tobias,
    I tried but since my theme generates a custom post type “Products”
   which I need (tha
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Admin Columns] Post ID gets repeated across columns](https://wordpress.org/support/topic/post-id-gets-repeated-across-columns/)
 *  Thread Starter [d5dhatch](https://wordpress.org/support/users/d5dhatch/)
 * (@d5dhatch)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/post-id-gets-repeated-across-columns/#post-3306531)
 * Hi all,
    Any thoughts?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Admin Columns] Post ID gets repeated across columns](https://wordpress.org/support/topic/post-id-gets-repeated-across-columns/)
 *  Thread Starter [d5dhatch](https://wordpress.org/support/users/d5dhatch/)
 * (@d5dhatch)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/post-id-gets-repeated-across-columns/#post-3306509)
 * Hi Mukesh,
    I did not understand your response.
 * It looks like there is a bug that keeps printing the ID in all the columns, even
   if its not an ID column.
 * [https://docs.google.com/open?id=0B6-H9otXNGimV0JTMWtTVV9JYk0](https://docs.google.com/open?id=0B6-H9otXNGimV0JTMWtTVV9JYk0)
 * How do I fix that?
 * Thanks,
    David
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Custom Post Template] Metabox dropdown in "Custom post types"](https://wordpress.org/support/topic/plugin-custom-post-template-metabox-dropdown-in-custom-post-types/)
 *  [d5dhatch](https://wordpress.org/support/users/d5dhatch/)
 * (@d5dhatch)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-custom-post-template-metabox-dropdown-in-custom-post-types/#post-2246606)
 * Hi Simon,
    I have custom post type I created with “Custom Post Type UI” plugin
   called products.
 * I put this in my functions.php but I still don’t get the meta box. Anything I’m
   doing wrong?
 *     ```
       <?php 
   
       /**
        * Hooks the WP cpt_post_types filter
        *
        * @param array $post_types An array of post type names that the templates be used by
        * @return array The array of post type names that the templates be used by
        **/
       function my_cpt_post_types($post_types) {
           $post_types[]='products';
           return $post_types;
       }
       add_filter( 'cpt_post_types', 'my_cpt_post_types' );
   
       ?>
       ```
   
 * The plugin works great for standard posts but wont show the metabox on the custom
   post.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP Custom Fields Search] searching custom taxonomies?!](https://wordpress.org/support/topic/plugin-wp-custom-fields-search-searching-custom-taxonomies/)
 *  [d5dhatch](https://wordpress.org/support/users/d5dhatch/)
 * (@d5dhatch)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-custom-fields-search-searching-custom-taxonomies/#post-1778062)
 * Bumping this again in case it gets a reaction.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP Custom Fields Search] searching custom taxonomies?!](https://wordpress.org/support/topic/plugin-wp-custom-fields-search-searching-custom-taxonomies/)
 *  [d5dhatch](https://wordpress.org/support/users/d5dhatch/)
 * (@d5dhatch)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-custom-fields-search-searching-custom-taxonomies/#post-1778057)
 * Wondering about this myself. Is it possible?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: NextGEN Custom Fields] Why does this plugin generate so many queries?](https://wordpress.org/support/topic/plugin-nextgen-custom-fields-why-does-this-plugin-generate-so-many-queries/)
 *  Thread Starter [d5dhatch](https://wordpress.org/support/users/d5dhatch/)
 * (@d5dhatch)
 * [16 years ago](https://wordpress.org/support/topic/plugin-nextgen-custom-fields-why-does-this-plugin-generate-so-many-queries/#post-1470730)
 * Thanks Shauno,
    I appreciate the plugin, its going to let me do some things I
   otherwise couldn’t. I’ve been extra query-conscious lately after inadvertently
   creating a set of pages that needed over 350 queries to display itself and hence
   was slower than I wanted them to be. Thanks for the explanation.
 * David

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