Line | |
---|
1 | <?php get_header(); ?>
|
---|
2 | <!--#content:start-->
|
---|
3 | <div id="content">
|
---|
4 |
|
---|
5 | <div>
|
---|
6 | <center>
|
---|
7 | <script type="text/javascript"><!--
|
---|
8 | google_ad_client = "pub-9331412477710099";
|
---|
9 | /* 468x60, creato 23/05/09 */
|
---|
10 | google_ad_slot = "2568589828";
|
---|
11 | google_ad_width = 468;
|
---|
12 | google_ad_height = 60;
|
---|
13 | //-->
|
---|
14 | </script>
|
---|
15 | <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
---|
16 | </script>
|
---|
17 | </center>
|
---|
18 | </div>
|
---|
19 |
|
---|
20 |
|
---|
21 |
|
---|
22 |
|
---|
23 |
|
---|
24 |
|
---|
25 |
|
---|
26 | <?php if (have_posts()) : ?>
|
---|
27 | <?php while (have_posts()) : the_post(); ?>
|
---|
28 | <div class="entry" id="post-<?php the_ID(); ?>">
|
---|
29 | <h1><?php the_title(); ?></h1>
|
---|
30 |
|
---|
31 | <?php
|
---|
32 | the_content(__(''));
|
---|
33 | wp_link_pages(array('before' => '<p><strong>Pagine:</strong> ', 'after' => '</p>', 'next_or_number' => 'number'));
|
---|
34 | edit_post_link('Edit this entry.', '<p>', '</p>');
|
---|
35 | ?>
|
---|
36 | </div>
|
---|
37 | <?php endwhile; ?>
|
---|
38 | <?php endif; ?>
|
---|
39 |
|
---|
40 | </div>
|
---|
41 |
|
---|
42 | <!--#content:end-->
|
---|
43 |
|
---|
44 | <?php get_sidebar(); ?>
|
---|
45 | <?php get_footer(); ?>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.