• Thanks for the plugin. Very useful for our application. We’re using for tags only.

    I have tried to use your suggested filter to suppress ‘No Tags’ but without success.

    I have tried:

    add_filter( ‘radio-buttons-for-taxonomies-no-term-tag’, ‘__return_FALSE’ );

    add_filter( ‘radio-buttons-for-taxonomies-no-term-tags’, ‘__return_FALSE’ );

    We have a WP multiuser installation with one parent and one child blog, and the plugin is network-activated with “Tags” checked in the settings on both blogs.

    I added the suggested filter to the functions.php file of each two themes (one on each blog) and also tried adding it to a file in the /mu-plugins/ directory. Nothing has worked.

    Any help you could provide would be appreciated.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Jason Boisture

    (@jaboi)

    Here’s the solution:

    add_filter( ‘radio-buttons-for-taxonomies-no-term-post_tag’, ‘__return_FALSE’ );

    Plugin Author HelgaTheViking

    (@helgatheviking)

    Glad you found the solution. It is a little confusing the WP registers tags as post_tag but that’s how they do it!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trouble Hiding ‘No Tags’’ is closed to new replies.