joachimbrindeau
Forum Replies Created
-
sorry I did not see you answered.
I agree but the normal way would be to normalize the words with something like this (script I use in n8n)
const title = heading here; let slug = title.normalize(“NFD”).replace(/[\u0300-\u036f]/g, “”).replace(/\/|\s/g, ‘-‘).toLowerCase().replace(/[^a-z0-9-]+/g, ”); slug = slug.replace(/-+/g, ‘-‘); const words = slug.split(‘-‘); const deduped = […new Set(words)]; slug = deduped.join(‘-‘); return [{ json: { slug } }];
that way I can have headings in French and a ToC that still works fine.
I hope I am clearer
thank you
- This reply was modified 6 months, 3 weeks ago by joachimbrindeau.
II understand. Of course geodirectory needs to keep the core hierarchy unaltered.
If I buy the add on, I understand I can make custom locations. Would that be the way to go?
Also does the free version allow me to edit the content of each city page? I see the template can be edited but I was wondering if we can make a full article there with the listings below.
I try to POST the content to the city via API but saw there is only a GET route.
Thank you very much for your help, much appreciated ??
- This reply was modified 10 months, 1 week ago by joachimbrindeau.
but it’s all the same region? No?
Forum: Plugins
In reply to: [Air WP Sync - Airtable to WordPress] Filtering airtable recordsHere is how it’s handled in make.com:
image- This reply was modified 2 years, 7 months ago by joachimbrindeau.
- This reply was modified 2 years, 7 months ago by joachimbrindeau.