HTML5 support
-
Is there any reason to not add html5 script support to Neve?
I am having an issue with a combination of Neve theme and the wordpress-popular-posts plugin that prevents updating to WP 6.4.
The issue can be resolved with this code:
add_theme_support( ‘html5’, array(‘script’) );
According to this: https://www.ads-software.com/support/topic/wpp-stopped-working-no-data/
I can add the code to a child theme, but this seems like the sort of thing that a parent theme should have enabled by default.The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘HTML5 support’ is closed to new replies.