• Hi,

    I’m using WP Term Images in a website where there are Post Categories, Post Series and Post Places.
    These three taxonomies use to have an image, but now there is no way to add or update Places image.
    Data remains in the database and I can see the term-image on the frontend, but no longer manage it on the backend

    Is there any way to make it appear again ?

    Many thanks

Viewing 1 replies (of 1 total)
  • Thread Starter Jairo Ochoa

    (@jairoochoa)

    Hi

    I’ve fixed it.
    The reason is the priority of the hook.

    add_action( ‘init’, ‘register_tax_places’, 9 );

    It was 999 son the tax was created after WP Term Images could add the fields.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Image dissapeared from one taxonomy’ is closed to new replies.