- Leon Zorge March 1, 2013 at 8:40 pm
Hi Juan,
Also an other question, can i create an 404 page?
Or only with a plugin tool?Thanks Leon
Juanfra Aldasoro March 1, 2013 at 8:48 pmHi Leon,
Yes – you can create a 404 page. You can copy the follwing code to your template 404.php
< ?php // File Security Check if ( ! empty( $_SERVER['SCRIPT_FILENAME'] ) && basename( __FILE__ ) == basename( $_SERVER['SCRIPT_FILENAME'] ) ) { die ( 'You do not have sufficient permissions to access this page!' ); } ?> < ?php get_header(); ?>
< ?php _e( 'Not Found', 'nicethemes' ); ?>
< ?php _e( 'Sorry, but you are looking for something that isn\'t here.', 'nicethemes' ); ?>
< ?php get_search_form(); ?>Please take a look at the php opening tags, this editor put a blank space before the question mark.
Best,
Juan.Juanfra Aldasoro March 30, 2013 at 9:04 pmHi Leon,
Thanks for writing.
I’ve just sent you the template by mail.
Best,
Juan.Leon Zorge March 30, 2013 at 9:19 pmHi Juan,
Is it possible to resend it? I have changed my email adres in your system thanks
Viewing 7 posts - 1 through 7 (of 7 total)
This topic is marked as resolved
Only the topic author can re-open this thread.