示例#1
0
<?php

/**
/* Template Name: 404 page
*
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage SocialChef
* @since SocialChef 1.0
*/
get_header('buddypress');
SocialChef_Theme_Utils::breadcrumbs();
get_sidebar('under-header');
global $sc_theme_globals;
?>
<!--row-->
			<div class="row">
				<!--content-->
				<section class="content three-fourth">
					<!--row-->
					<div class="row">
						<div class="one-third">
							<div class="error-container">
								<span class="error_type"><?php 
_e('404', 'socialchef');
?>
</span>
								<span class="error_text"><?php 
_e('Page not found', 'socialchef');
?>