Closed zensimilia closed 11 years ago
Some themes have a Template Wrapper (e.g. Roots Theme) that ignored by get_404_template() function and may not display header or footer. But now, we can change path from 404.php to our wrapper.php.
get_404_template()
404.php
wrapper.php
Some themes have a Template Wrapper (e.g. Roots Theme) that ignored by
get_404_template()
function and may not display header or footer. But now, we can change path from404.php
to ourwrapper.php
.