-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsidebar-left.php
executable file
·36 lines (30 loc) · 1.44 KB
/
sidebar-left.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
<div id="sidebar_left">
<div id="sidebar240">
<?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('Sidebar Left')) : else : ?>
<!-- All this stuff in here only shows up if you DON'T have any widgets active in this zone -->
<div class="widget-container">
<h2 class="widget-title">Sidebar Left</h2>
<ul>
<li>Thank you for purchasing Eclipse Pro.</li>
<li> </li>
<li>To remove this Widget login to your admin account, go to Appearance, then Widgets and drag new widgets into Sidebar Left.</li>
<li> </li>
<li>We designed Eclipse Pro to be as user friendly as possible, if you do run into trouble we provide a <a href="http://cyberchimps.com/forum">free support forum</a>, and <a href="http://www.cyberchimps.com/eclipsepro/docs/">precise documentation</a>.</li>
<li> </li>
<li>If we were all designers then every WordPress theme would look this good.</li>
</ul>
</div>
<div class="widget-container">
<h2 class="widget-title">Pages</h2>
<?php wp_list_pages('title_li=' ); ?>
</div>
<div class="widget-container">
<h2 class="widget-title">Subscribe</h2>
<ul>
<li><a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a></li>
<li><a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a></li>
</ul>
</div>
<?php endif; ?>
</div><!--end sidebar150-->
</div><!--end sidebar_left-->