style.css
/* Theme Name: Scrollider Child Theme URI: http://xuefaith.co.uk/child-scrollider Description: Minor Tweaks: custom 404 page Codex: http://codex.wordpress.org/Child_Themes Author: Xue Faith Author URI: http://xuefaith.co.uk/about/ Template: scrollider Author: WooThemes Version: 0.1.0 */ @import url("../scrollider/style.css");
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(); ?> <div id="content" class="col-full"> <?php woo_main_before(); ?> <section id="main" class="col-left"> <div class="page"> <header> <h1><?php _e( 'Error 404 - Page not found!', 'woothemes' ); ?></h1> </header> <section class="entry"> <img src="http://irez.me/wp-content/themes/scrollider-child/404.png" alt="404" title="404" width="350" height="170" /> <p><?php _e( 'I know, I know - we can't believe it either - honestly though, it's not you, it's us! Actually, the good news is that iRez has done some reorganizing for 2013 and that might inadvertently be what landed you here.<br /><br />iRez-2013 features 5 major hubs: <em><strong>Self, City, Diaspora, Worlds</strong> & <strong>Wonder</strong>,</em> and each of those hubs offers a number of portals to our many content areas. You can use the search box in the lower-right to find what you were looking for, or you might just like to click on one of the 5 hubs below. Sorry for the inconvenience, we're really pleased that you chose to hang out with us for a little while today.<br /><br />Love,<br /><br />iRez', 'woothemes' ); ?></p> <a href="http://irez.me/challenge/"><img src="http://irez.me/wp-content/themes/scrollider-child/404-self.jpg" alt="404-self" title="404-self" width="500" height="88" /></a><br /> The most meaningful challenges are the ones we choose ourselves. The iRez Challenge Hub features many ways to challenge yourself in the many places of the virtual century.<br /><br /> <a href="http://irez.me/city/"><img src="http://irez.me/wp-content/themes/scrollider-child/404-city.jpg" alt="404-city" title="404-city" width="500" height="88" /></a><br /> The virtual century didn't kill journalism or libraries, it stripped away artifacts on their journey to a golden age. So too virtuality isn't the end of The City, it is the rebirth. The new, permeable city interacts with many publics in a complex world. <em>Let's take a ride, and run with the dogs tonight, in Virtual Suburbia.</em><br /><br /> <a href="http://irez.me/diaspora/"><img src="http://irez.me/wp-content/themes/scrollider-child/404-diaspora.jpg" alt="404-diaspora" title="404-diaspora" width="500" height="88" /></a><br /> Does a citizen of the virtual century have a homeland? At the iRez Diaspora Hub the myriad ways that we discover, reclaim, and express identity and presence are celebrated through an array of content portals.<br /><br /> <a href="http://irez.me/worlds/"><img src="http://irez.me/wp-content/themes/scrollider-child/404-worlds.jpg" alt="404-worlds" title="404-worlds" width="500" height="88" /></a><br /> Geography has aways influenced identity. In the virtual century we have many worlds and many ways of being and experiencing. The iRez Worlds Hub has a portal for each world that one or more of our authors has chosen to explore and talk about.<br /><br /> <a href="http://irez.me/wonder/"><img src="http://irez.me/wp-content/themes/scrollider-child/404-wonder.jpg" alt="404-wonder" title="404-wonder" width="500" height="88" /></a><br /> As corporeal beings we long for tactile and visceral experience. Yet object-based culture doesn't scale and isn't sustainable. The mystery of a Cornell Box, the joy of a Wonder Cabinet, the reassuring familiarity of a well worn diary, are these experiences lost in our time? At the iRez Wonder Hub we explore ways to have a haptic experience of the virtual.<br /><br /> </section> </div><!-- /.post --> </section><!-- /#main --> <?php woo_main_after(); ?> <?php get_sidebar(); ?> </div><!-- /#content --> <?php get_footer(); ?>