You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like the idea of Twig in a WordPress theme, but there's no reason to have a bunch of files that only contain a call to twigpress_render_twig_template();
According to the WP Template Hierarchy, it is enough to have only one index.php file as a "catch-all" solution.
I like the idea of Twig in a WordPress theme, but there's no reason to have a bunch of files that only contain a call to twigpress_render_twig_template();
According to the WP Template Hierarchy, it is enough to have only one index.php file as a "catch-all" solution.
http://codex.wordpress.org/Template_Hierarchy
The text was updated successfully, but these errors were encountered: