Hello,
I’m using the WordPress Hybrid Client project: https://github.com/wordpress-clients/hybrid, to create my app, and I need to link the category “destaques” in the Tab Menu. Do anybody know how can I do this?
Hello,
I’m using the WordPress Hybrid Client project: https://github.com/wordpress-clients/hybrid, to create my app, and I need to link the category “destaques” in the Tab Menu. Do anybody know how can I do this?
Solution:
page: ‘category’,
params: {
id: ‘category-id’
},