-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
47 lines (36 loc) · 1.86 KB
/
footer.php
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<div id="morefoot">
<div class="col1">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('footer_left') ) : ?>
<h3>Looking for something?</h3>
<p>Use the form below to search the site:</p>
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
<p>Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!</p>
<?php endif; ?>
</div>
<div class="col2">
<!-- <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('footer_middle') ) : ?>
<h3>Visit our friends!</h3><p>A few highly recommended friends...</p><ul><?php wp_list_bookmarks('title_li=&categorize=0'); ?></ul>
<?php endif; ?> -->
</div>
<div class="col3">
<!-- <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('footer_right') ) : ?>
<h3>Archives</h3><p>All entries, chronologically...</p><ul><?php wp_get_archives('type=monthly&limit=12'); ?> </ul>
<?php endif; ?> -->
</div>
<div class="cleared"></div>
</div><!-- Closes morefoot -->
<div id="footer">
<div id="footerleft">
<p>Powered by <a href="http://www.wordpress.org/">WordPress</a> and <a href="http://samk.ca/freebies/" title="WordPress theme">pixeled</a>. Sweet icons by <a href="http://famfamfam.com/">famfamfam</a>. <a href="#main">Back to top ↑</a></p>
<!-- Please don't remove my credits! I worked hard to create this theme and distribute it freely. Thanks! -->
<p><a href="http://akismet.com/">Protected by Akismet</a> | <a href="http://wordpress.com/">Blog with WordPress</a></p>
</div>
<div id="footerright">
<a href="http://wordpress.org" title="WordPress platform" ><img src="<?php bloginfo('template_directory'); ?>/images/wpfooter-trans.png" alt="WordPress" width="34" height="34" /></a>
</div>
<div class="cleared"></div>
<?php wp_footer(); ?>
</div><!-- Closes footer -->
</div><!-- Closes wrapper -->
</body>
</html>