Import listings from CSV

Hi, i’ve managed to import users/vendors/listings to HivePress, and everything is working great so far with only one exception. (WP All Import was used)
I have all additional taxonomies visible in the admin (edit listing), the fields are configured to show in blocks, but they do no appear on listing page, but if i change the value and save the listing, it is visible.
So finally, i would have to go through all listings and update all taxonomy fields, there are too many of them unfortunately. Any help is welcome.

THX
Martin

Hi,

If you mean that they are displayed only after re-saving, then this is most likely a cache issue; you can disable it using this PHP snippet: define('HP_CACHE', false);. But please note you need to re-enable it as soon as you finish the site.

Haaaa, that worked ! Thank you !

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.