forked from jeffstacey/swa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidebar-viewer.php
More file actions
34 lines (16 loc) · 881 Bytes
/
Copy pathsidebar-viewer.php
File metadata and controls
34 lines (16 loc) · 881 Bytes
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
<div id="aside">
<?php include( get_stylesheet_directory() . '/sidebar-explore.php'); ?>
<div class="callout callout-promo clearfix">
<h3><strong>Interactive</strong> feature</h3>
<a href="/pages/interactive"><img src="<?php echo get_stylesheet_directory_uri() ?>/img/filler/promo-chart.jpg" alt="Interactive feature promo image" /></a> <a href="/pages/interactive"><span>When income grows, who gains?</span></a></div>
<div class="callout callout-nav">
<h3><strong>Featured</strong> Stories</h3>
<ul class="clearfix">
<li><a href="/features/view/1">Inequality</a></li>
<li><a href="/features/view/2">Great Recession</a></li>
<li><a href="/features/view/3"> Economic Landscape</a></li>
</ul>
</div>
<?php /* Widgetized sidebar */
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Main Sidebar') ) : ?><?php endif; ?>
</div>