• In the database for posts to categories I get this

    a:1:{i:0;s:12:”TVRFMk9UQT0=”;}

    What are they?

    I want to know what kind of code it is so I can create one for each category to speed up the process with a CSV file.

    Thanks

Viewing 1 replies (of 1 total)
  • It a serialized array. WordPress can decode it with maybe_unserialize

    But I wouldn’t suggest you try to create those yourself within the CSV. It would be better to have them split, then with the import script put the values into an array, then serialize it and save to the database.

Viewing 1 replies (of 1 total)
  • The topic ‘a:1:{i:0;s:12:"TVRFMk9UQT0=";}’ is closed to new replies.