It is a site for an animal shelter. We made a post type called “animal”. With that you can create an animal with a name and some otherACF fields. The title currently is the name of the animal.
Everything works but: What if an animal has the same name as another? Then we have multiple posts with the same title. This will be a problem in the future when there are 1000 or more animals. Good luck trying to find the right one.
Is there a better way? I thought about storing the name in another ACF field and the title being something like: <Name of animal> <Date of adoption> but then the URLs for the posts will look super bad. Maybe I’m missing something
[ad_2]
WordPress will automatically add -2 to the slug if ti already exists.
Add ‘sheltered on DATE’?
That way people might even adopt faster seeing how long an animal is in your shelter?