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.
Can you please help me how we set different per page for custom post type.
Thank you.
mburridge2
Hi @bhagvan.vrinsofts
The params property applies to taxonomies, not to CPTs. If you assign taxonomies to your various CPTs, and even if you just have a single term in each taxonomy so that every post of a certain post type is categorised in the same way, then you can define each taxonomy individually in your frontity.settings.js file. See here for more info.
myduiattorney1273
Hi, All @mburridge
I need add per page custom post type like Portfolios = 13, Teams = 14, Posts = 9.
Now, i have added below code in frontity.setting.js file. but still show in all archive pages 10 posts.