Line | |
---|
1 | <!-- BEGIN links -->
|
---|
2 | <div id="links">
|
---|
3 |
|
---|
4 | <?php if ( !function_exists('dynamic_sidebar')
|
---|
5 | || !dynamic_sidebar(2) ) : ?>
|
---|
6 |
|
---|
7 | <!-- begin categories -->
|
---|
8 | <div class="box">
|
---|
9 | <h2>Categories</h2>
|
---|
10 | <ul>
|
---|
11 | <?php wp_list_categories('title_li='); ?>
|
---|
12 | </ul>
|
---|
13 | </div>
|
---|
14 | <!-- end categories -->
|
---|
15 |
|
---|
16 | <!-- begin archives -->
|
---|
17 | <div class="box">
|
---|
18 | <h2>Archives</h2>
|
---|
19 | <ul>
|
---|
20 | <?php wp_get_archives('type=monthly'); ?>
|
---|
21 | </ul>
|
---|
22 | </div>
|
---|
23 | <!-- end archives -->
|
---|
24 |
|
---|
25 | <!-- begin blogroll -->
|
---|
26 | <div class="box">
|
---|
27 | <?php wp_list_bookmarks('category_before=&category_after=&title_before=<h2>&title_after=</h2>'); ?>
|
---|
28 | </div>
|
---|
29 | <!-- end blogroll -->
|
---|
30 |
|
---|
31 | <!-- begin meta -->
|
---|
32 | <div class="box">
|
---|
33 | <h2>Meta</h2>
|
---|
34 | <ul>
|
---|
35 | <?php wp_register(); ?>
|
---|
36 | <li><?php wp_loginout(); ?></li>
|
---|
37 | <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>
|
---|
38 | <li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
|
---|
39 | <li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li>
|
---|
40 | <?php wp_meta(); ?>
|
---|
41 | </ul>
|
---|
42 | </div>
|
---|
43 | <!-- end meta -->
|
---|
44 |
|
---|
45 | <?php endif; ?>
|
---|
46 |
|
---|
47 | </div>
|
---|
48 | <!-- END links -->
|
---|
49 |
|
---|
50 | <div class="break"></div>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.