author | ymh <ymh.work@gmail.com> |
Mon, 22 Mar 2010 16:36:28 +0100 | |
changeset 5 | ac511f1ccc8e |
parent 1 | 0d28b7c10758 |
permissions | -rw-r--r-- |
1 | 1 |
<?php get_header(); ?> |
2 |
||
3 |
<?php get_sidebar(); ?> |
|
4 |
||
5 |
<div id="main"> |
|
6 |
||
7 |
<div class="middle"> |
|
8 |
||
9 |
<div class="box"> |
|
10 |
||
11 |
||
12 |
||
13 |
<h1>Search</h1> |
|
14 |
||
15 |
||
16 |
||
17 |
<p>You searched for: <strong><?php the_search_query() ?></strong>. Here are the results</p> |
|
18 |
||
19 |
||
20 |
||
21 |
</div> |
|
22 |
||
23 |
||
24 |
||
25 |
</div> |
|
26 |
||
27 |
<div id="left"> |
|
28 |
||
29 |
<?php |
|
30 |
||
31 |
$style_classes = array('first','second','third'); |
|
32 |
||
33 |
$style_index = 0; |
|
34 |
||
35 |
if (have_posts()) : |
|
36 |
||
37 |
while (have_posts()) : the_post(); |