Notice: mysqli_real_connect(): Setting mysql connection to use "mlund.dk.mysql.service.one.com" in /customers/d/9/d/mlund.dk/httpd.www/wp-includes/class-wpdb.php on line 2035 Warning: Cannot modify header information - headers already sent by (output started at /customers/d/9/d/mlund.dk/httpd.www/wp-includes/class-wpdb.php:2035) in /customers/d/9/d/mlund.dk/httpd.www/wp-content/plugins/onecom-vcache/vcaching.php on line 604 Warning: Cannot modify header information - headers already sent by (output started at /customers/d/9/d/mlund.dk/httpd.www/wp-includes/class-wpdb.php:2035) in /customers/d/9/d/mlund.dk/httpd.www/wp-content/plugins/onecom-vcache/vcaching.php on line 612
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