HI @marcoeleva
No, unfortunately, it isn’t.
The actual version supports only the mobile version of pages and posts, no custom post types, no archives, no terms, no taxonomies.
I don’t exclude I will add those features in the future, but I can’t promise it.
Surely I will not add them in the next few months.
How do you add custom content to the taxonomies?
With a plugin, custom code or directly with the theme?
If you are using custom code, take into account you can use the core function
wp_is_mobile
if( wp_is_mobile() ){
//your code for mobile
}
If you are using a plugin, you can disable it in the mobile version with Freesoul Deactivate Plugins.
If it’s the theme, you can make a child theme and still use the core function wp_is_mobile
Hi @marcoeleva
I’m going to close this thread for inactivity. If you have new questions, feel free to open a new thread.