The team is now working on the WordPress Interactivity API. This unblocks the same UX Frontity framework enabled but directly in WordPress Core, fully compatible with the new Site Editor.
The link needs to be a valid slug, and “/about-us.html/” is not a valid slug. The period . is disallowed in slug names.
A slug should consist only of lowercase alphanumeric characters [a-z, 0-9], dashes -, and underscores _. In addition the following rules apply: you cannot have two or more dashes in a row, however sequences of underscores are permitted, and a slug cannot start or end with a dash.
bhagvan.vrinsofts3
HI @mburridge ,
I have used valid slug.
When i have used without .html then it’s working fine. but i will use .html in after url then facing above error.
I have added below code in index.js for .html link ::
Detailing the info suggested here when having issues will help the community to provide the best possible help as quickly and as efficiently as possible.
Have you checked the following post ?
It goes about the same issue and some solutions are provided (specially this one by @luisherranz )
1 Like
bhagvan.vrinsofts6
Hi @juanma ,
Thanks for reply me.
Actually I have already finished my site without .html url. so i have question for i think i will add .html url then any effect for my current code or API.
Thank you.
bhagvan.vrinsofts7
HI @juanma and @all ,
I have completed my project only this point is pending. so please any one help me…
I have uploaded my code in github and attached below link.