• When linking posts together, all information is stored in the postmeta table under keys crp_relations_from and crp_relations_to. The problem is that the linked post permalink is hardcoded to this entry, so it won’t change if we change our permalink structure or if we move the a new domain.

    Because of that it would be good to be able to regenerate all entries in the postmeta table according to the actual state.
    Actually we have more than 27 thousand post relations stored in our database, and now I have to change every of them. Unfortunately a simple SQL replace is not enough, because in PHP serialized object the string length is stored too. So I will have to create a PHP snippet for reading, replacing and rewriting everything.

    So I think such a feature could be very helpful.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Regenerate items’ is closed to new replies.