Title: Error sorting by CPT-onomy
Last modified: November 30, 2018

---

# Error sorting by CPT-onomy

 *  [Tevya](https://wordpress.org/support/users/thefiddler/)
 * (@thefiddler)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/error-sorting-by-cpt-onomy/)
 * When I click one of the CPT-onomy’s on one CPT in the post list of the admin,
   I expect it to show more of the same CPT, with that Custom Taxonomy, but instead
   I get this error:
 * > Warning: implode() expects at most 2 parameters, 5 given in /nas/content/staging/
   > site/wp-content/plugins/cpt-onomies/cpt-onomy.php on line 273
 * Any ideas what’s up?

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

 *  [andrejovdienko](https://wordpress.org/support/users/andrejovdienko/)
 * (@andrejovdienko)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/error-sorting-by-cpt-onomy/#post-10964694)
 * There is an error at strings 273 (and 284) in plugin file **cpt-onomy.php**.
 * Patch is very simple.
 * Replace this fragment at the end of string:
 * `$eligible_post_types, CPT_ONOMIES_POSTMETA_KEY, $taxonomy, $value ) );`
 * by this:
 * `$eligible_post_types), CPT_ONOMIES_POSTMETA_KEY, $taxonomy, $value );`
    -  This reply was modified 7 years, 5 months ago by [andrejovdienko](https://wordpress.org/support/users/andrejovdienko/).
 *  Thread Starter [Tevya](https://wordpress.org/support/users/thefiddler/)
 * (@thefiddler)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/error-sorting-by-cpt-onomy/#post-10965124)
 * Thanks. I’ll try that. Hopefully it’s included in the next update?
 *  Thread Starter [Tevya](https://wordpress.org/support/users/thefiddler/)
 * (@thefiddler)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/error-sorting-by-cpt-onomy/#post-10985438)
 * Sweet! That worked.
 * I’m not sure this should be marked as resolved though, since it needs to be fixed
   in the plugin itself.
 *  [andrejovdienko](https://wordpress.org/support/users/andrejovdienko/)
 * (@andrejovdienko)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/error-sorting-by-cpt-onomy/#post-11005343)
 * I am just user.
 * It needs to be fixed by developers of plugin
 *  Thread Starter [Tevya](https://wordpress.org/support/users/thefiddler/)
 * (@thefiddler)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/error-sorting-by-cpt-onomy/#post-11005392)
 * Yeah, I know. I just said it because the devs should be getting notifications
   of these replies. So hopefully they’ll see this.
 * Kinda seems like maybe it needs a WP 5 update too. With the custom fields setting
   off, I’m still seeing Custom Fields on the CPT’s generated by this plugin.
 *  Thread Starter [Tevya](https://wordpress.org/support/users/thefiddler/)
 * (@thefiddler)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/error-sorting-by-cpt-onomy/#post-11053404)
 * Hey Dev’s,
 * I see an update, but the changelog doesn’t cover what’s fixed. Is this included
   in that update? What about this one: [https://wordpress.org/support/topic/tag-cloud-widgets-have-n-between-items/](https://wordpress.org/support/topic/tag-cloud-widgets-have-n-between-items/)?
 *  Thread Starter [Tevya](https://wordpress.org/support/users/thefiddler/)
 * (@thefiddler)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/error-sorting-by-cpt-onomy/#post-11053450)
 * Note for others experiencing this issue: 1.3.8 does NOT include this fix. I had
   to re-apply it manually after updating.

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

The topic ‘Error sorting by CPT-onomy’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cpt-onomies_f2f2f2.svg)
 * [CPT-onomies: Using Custom Post Types as Taxonomies](https://wordpress.org/plugins/cpt-onomies/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cpt-onomies/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cpt-onomies/)
 * [Active Topics](https://wordpress.org/support/plugin/cpt-onomies/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cpt-onomies/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cpt-onomies/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Tevya](https://wordpress.org/support/users/thefiddler/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/error-sorting-by-cpt-onomy/#post-11053450)
 * Status: not resolved