Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the onecom-wp domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /customers/d/9/d/mlund.dk/httpd.www/wp-includes/functions.php on line 6131
Warning: Cannot modify header information - headers already sent by (output started at /customers/d/9/d/mlund.dk/httpd.www/wp-includes/functions.php:6131) in /customers/d/9/d/mlund.dk/httpd.www/wp-content/plugins/onecom-vcache/vcaching.php on line 621
Warning: Cannot modify header information - headers already sent by (output started at /customers/d/9/d/mlund.dk/httpd.www/wp-includes/functions.php:6131) in /customers/d/9/d/mlund.dk/httpd.www/wp-content/plugins/onecom-vcache/vcaching.php on line 629
Siden 404.php er den side der bliver henvist til, hvis der under domænet ikke eksister en side.
I WordPress skal den kodes og ligge i rod mappen.
Det er muligt, at indsætte en slider på følgende måde:
<?php get_header();?>
<div class="container">
<!-- Henter titel på side fra WordPress -->
<h1><?php the_title();?></h1>
<!-- Henter slider fra Smart Slider -->
<?php
echo do_shortcode('[smartsliderkode]');
?>
</div>
<?php get_footer();?>
Eksempel på en side 404
