groups

name language licence
Archive PHP Other
header PHP Other
footer PHP Other
home PHP Other
Template : links PHP Other
index PHP Other
nav PHP Other
functions PHP Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 >



language: PHP
licence: Other

Archive

options: view full snippetsend to code collector
<?php get_header(); ?>

<div class="container" id="main">

  <div class="span-19" id="content">

<!-- What archive are you viewing -->

<h2>
 <?php if ( is_404() || is_category() || is_day() || is_month() ||
    is_year() || is_search() || is_paged() ) {
			?> 

  <?php /* If this is a 404 page */ if (is_404()) { ?>
	
	
(Continues...)