Hi everyone,
I have a very specific issue, I’m starting developing Wordpress themes, I Created a theme here an HTML template,I converted it to joomla using Gantry 5 framework, and now I converted it to Wordpress using also Gantry 5, But the issue here is that Theme Check Plugin doesn’t check twig files used by Gantry 5 for templating, and gives me some errors like he can’t find:
<?php wp_head(); ?>or
, witch can't be true because it's there on the twig files,So how can I deal with that?
I can eventually create a page template filled with all the code that theme check search for, but it’s not ideal