Code: Select all
function HTTP404Template()
{
return __DIR__.'/404_template.php';
}
add_filter( '404_template', 'HTTP404Template');
< /code>
Dann hat der 404_template.php Code wie folgt: < /p>
Code: Select all
function HTTP404Template()
{
return __DIR__.'/404_template.php';
}
add_filter( '404_template', 'HTTP404Template');
< /code>
Dann hat der 404_template.php Code wie folgt: < /p>