web/wp-content/themes/newsworthy/footer.php
changeset 1 0d28b7c10758
equal deleted inserted replaced
0:0d9a58d2c515 1:0d28b7c10758
       
     1 <br /><br />
       
     2 
       
     3 <div class="clearboth">&nbsp;</div>
       
     4 
       
     5 </div>
       
     6 
       
     7 </div>
       
     8 
       
     9 	<div class="footer">
       
    10 
       
    11 			<div class="footnav"><a class="first" href="<?php echo get_option('home'); ?>/">Home</a>
       
    12 
       
    13 	<?php
       
    14 
       
    15 $categories = wp_list_categories('depth=1&title_li=&echo=0');
       
    16 
       
    17 		$categories2 = preg_split('/(<li[^>]*>)/' ,$categories);
       
    18 
       
    19 foreach($categories2 as $var){
       
    20 
       
    21 echo str_replace('</li>', '', $var);
       
    22 
       
    23 } ?></div>
       
    24 
       
    25 			<div class="footnav">
       
    26 
       
    27 				<div class="threehundred left">
       
    28 
       
    29 <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Footer One") ) : ?>
       
    30 
       
    31 					<h3>About this template</h3>
       
    32 
       
    33 					<p><img class="left" src="<?php bloginfo('template_url'); ?>/images/boat.jpg" alt="About Me" />Newsworthy is the 16th template from <a href="#">DemusDesign</a>. It's a magazine-style template built on a 6-column grid that's perfect as a news site or any site with a lot of information. If you use the template, please retain the link back to my site in the footer. Thanks.</p>
       
    34 
       
    35 <?php endif; ?>
       
    36 
       
    37 				</div>
       
    38 
       
    39 				<div class="linksleft">
       
    40 
       
    41 <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Footer Two") ) : ?>
       
    42 
       
    43 					<h3>Recent Posts</h3>
       
    44 
       
    45 					<ul>
       
    46 
       
    47 						<?php wp_get_archives('type=postbypost&limit=5'); ?>
       
    48 
       
    49 					</ul>
       
    50 
       
    51 <?php endif; ?>
       
    52 
       
    53 				</div>
       
    54 
       
    55 				<div class="linksleft">
       
    56 
       
    57 <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Footer Three") ) : ?>
       
    58 
       
    59 					<h3>Archives</h3>
       
    60 
       
    61 					<ul>
       
    62 
       
    63 						<?php wp_get_archives('limit=5'); ?>
       
    64 
       
    65 					</ul>
       
    66 
       
    67 <?php endif; ?>
       
    68 
       
    69 				</div>
       
    70 
       
    71 				<div class="linksleft">
       
    72 
       
    73 <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Footer Four") ) : ?>
       
    74 
       
    75 					<h3>Pages</h3>
       
    76 
       
    77 					<ul>
       
    78 
       
    79 						<?php wp_list_pages('title_li=&depth=1'); ?>
       
    80 
       
    81 					</ul>
       
    82 
       
    83 <?php endif; ?>
       
    84 
       
    85 				</div>
       
    86 
       
    87 				<div class="linksleft">
       
    88 
       
    89 <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Footer Five") ) : ?>
       
    90 
       
    91 					<h3>Meta</h3>
       
    92 
       
    93 					<ul>
       
    94 
       
    95 						<?php wp_register(); ?>
       
    96 
       
    97 					<li><?php wp_loginout(); ?></li>
       
    98 
       
    99 					<li><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></li>
       
   100 
       
   101 					<li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
       
   102 
       
   103 					<li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li>
       
   104 
       
   105 					<?php wp_meta(); ?>
       
   106 
       
   107 					</ul>
       
   108 
       
   109 <?php endif; ?>
       
   110 
       
   111 				</div>
       
   112 
       
   113 				<div class="clearboth">&nbsp;</div>
       
   114 
       
   115 			</div>
       
   116 
       
   117 			<p>&copy; <?php echo date('Y'); ?> <?php bloginfo('name'); ?> | Template by <a href="http://demusdesign.com">DemusDesign</a> | Theme by <a href="http://www.themelab.com" title="Free WordPress Themes">Theme Lab</a> and <a href="http://www.webhostingreport.com/">Hosting</a><img src="<?php bloginfo('template_url'); ?>/images/bullet.gif" alt="" /><img src="<?php bloginfo('template_url'); ?>/images/bullet_light.gif" alt="" /></p>
       
   118 
       
   119 	</div>
       
   120 
       
   121 </div>
       
   122 
       
   123 <?php wp_footer(); ?>
       
   124 
       
   125 </body>
       
   126 
       
   127 </html>