Title: wildbilly's Replies | WordPress.org

---

# wildbilly

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)] Plugin broken with wordpress 4.7.3?](https://wordpress.org/support/topic/plugin-broken-with-wordpress-4-7-3/)
 *  [wildbilly](https://wordpress.org/support/users/wildbilly/)
 * (@wildbilly)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/plugin-broken-with-wordpress-4-7-3/#post-8938527)
 * it doesn’t work anymore for me too, it just doesn’t show the bar, no errors in
   the javascript console.
    I checked all the faqs but nothing helped, some faq 
   is also wrong, for example there’s no “cookie-law-info.css” file, but it is named“
   cli-style.css”. I’m forced to leave this plugin and use another one.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LearnPress - WordPress LMS Plugin for Create and Sell Online Courses] Error al crear cursos](https://wordpress.org/support/topic/error-al-crear-cursos/)
 *  [wildbilly](https://wordpress.org/support/users/wildbilly/)
 * (@wildbilly)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/error-al-crear-cursos/#post-8935219)
 * I had this issue too, in the creation course page I can’t create a course because
   this error disables the course content and the page editor.
    I found a solution
   on the web, they say to replace every occur (line 191 and 220 file /wp-content/
   plugins/learnpress/inc/libraries/meta-box/inc/field.php as far as I know) of 
   func_get_args() used inside another function, and set another variable to use
   as the argument. So, instead of the line: `$args = call_user_func_array( array(
   __CLASS__, '_sanitize_args' ), func_get_args() );` you write something like that:
 *     ```
             $args2 = func_get_args();
             $args = call_user_func_array( array( __CLASS__, '_sanitize_args' ), $args2 );
       ```
   
 * Hope it helps someone.
 * Bye
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Toolset Types - Custom Post Types, Custom Fields and Taxonomies] [Plugin: Types – Custom Fields and Custom Post Types Management] Existing Categories/Taxonomies usea](https://wordpress.org/support/topic/plugin-types-custom-fields-and-custom-post-types-management-existing-categoriestaxonomies-useable/)
 *  [wildbilly](https://wordpress.org/support/users/wildbilly/)
 * (@wildbilly)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-types-custom-fields-and-custom-post-types-management-existing-categoriestaxonomies-useable/#post-2799358)
 * update, I have to add post_type=’my custom post type‘ to my WP_Query() to get
   my posts, but in this way I can’t mix custom post types and regular post types,
   but that’s it…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Toolset Types - Custom Post Types, Custom Fields and Taxonomies] [Plugin: Types – Custom Fields and Custom Post Types Management] Existing Categories/Taxonomies usea](https://wordpress.org/support/topic/plugin-types-custom-fields-and-custom-post-types-management-existing-categoriestaxonomies-useable/)
 *  [wildbilly](https://wordpress.org/support/users/wildbilly/)
 * (@wildbilly)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-types-custom-fields-and-custom-post-types-management-existing-categoriestaxonomies-useable/#post-2799357)
 * update, if I call the_category() for my custom post type, I get the correct category,
   also the count posts for the category includes my custom post type posts, so 
   how is it possible that I can’t list my custom post type posts in the category
   page?
    please help, I’m going mad!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Toolset Types - Custom Post Types, Custom Fields and Taxonomies] [Plugin: Types – Custom Fields and Custom Post Types Management] Existing Categories/Taxonomies usea](https://wordpress.org/support/topic/plugin-types-custom-fields-and-custom-post-types-management-existing-categoriestaxonomies-useable/)
 *  [wildbilly](https://wordpress.org/support/users/wildbilly/)
 * (@wildbilly)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-types-custom-fields-and-custom-post-types-management-existing-categoriestaxonomies-useable/#post-2799354)
 * Hi,
    I think I have the same problem. I selected the category field in the “select
   taxonomies” box for my custom post type, but when I try to list a category, my
   custom post type posts do not show up. I see that the url is mysite.com/category/’
   category name’ but the url of my custom post type post is mysite.com/’post type
   slug’/’post title’. I tried messing with urls like ‘/post type slug/category/
   category name’ but no luck. It seems that the custom post types posts don’t have
   the category meta, even if it is selected in the types admin.

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