source: trunk/www.guidonia.net/wp/wp-content/themes/facebook/index.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 2.3 KB
Line 
1<?php get_header(); ?>
2<!--#content:start-->
3 <div id="content">
4<?php
5/* google banner
6<div>
7<center>
8<script type="text/javascript"><!--
9google_ad_client = "pub-9331412477710099";
10
11google_ad_slot = "2568589828";
12google_ad_width = 468;
13google_ad_height = 60;
14//-->
15</script>
16<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
17</script>
18</center>
19</div>
20<br/>
21<div class="entry"><h2>News e informazioni dal web su Guidonia</h2>
22</div>
23
24*/
25?>
26<center>
27<script type="text/javascript"><!--
28google_ad_client = "pub-9331412477710099";
29/* 468x60, creato 08/09/09 guidonia news */
30google_ad_slot = "5754872158";
31google_ad_width = 468;
32google_ad_height = 60;
33//-->
34</script>
35<script type="text/javascript"
36src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
37</script>
38</center>
39
40
41 <?php
42 $delicious = get_option('crybook_delicious_uri');
43 if (have_posts()) :
44 while (have_posts()) : the_post();
45 ?>
46 <div class="entry" id="post-<?php the_ID(); ?>">
47
48
49 <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link a <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
50 <? /*
51 <p class="meta-header"><?php _e("Ricevuto il"); ?> <?php the_time('d F , Y') ?> in <?php the_category(',') ?> da <?php the_author_posts_link(); ?> <?php edit_post_link(__('<span class="edit">Edit</a>')); ?></p>
52 */ ?>
53 <?php the_content(__('')); ?>
54
55
56
57
58 <div class="meta-footer">
59 <ul>
60 <li><a href="<?php the_permalink() ?>">Leggi Tutto</a></li>
61 <li><a href="<?php the_permalink() ?>#comment"><?php comments_number(); ?></a></li>
62 <?php edit_post_link(__('Edit'), '<li>', '</li>'); ?>
63 </ul>
64 <div class="clear-left"></div>
65 </div>
66
67 </div>
68 <?php endwhile; ?>
69 <?php endif; ?>
70 <div class="pagination">
71 <div class="prev-page"><?php next_posts_link('Precedenti') ?></div>
72 <div class="next-page"><?php previous_posts_link('Successivi') ?></div>
73 </div>
74 </div>
75<!--#content:end-->
76<?php get_sidebar(); ?>
77<?php get_footer(); ?>
Note: See TracBrowser for help on using the repository browser.