-
Notifications
You must be signed in to change notification settings - Fork 934
Expand file tree
/
Copy pathblog_sidebar.php
More file actions
30 lines (26 loc) · 1.05 KB
/
blog_sidebar.php
File metadata and controls
30 lines (26 loc) · 1.05 KB
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
<div class="edit" field="dream_blog_sidebar" rel="inherit">
<div class="sidebar allow-drop">
<div class="sidebar__widget">
<h6><?php _lang("Search Site", "templates/dream"); ?></h6>
<hr>
<module type="search" data-search-type="blog" />
</div>
<div class="sidebar__widget">
<h6><?php _lang("Categories", "templates/dream"); ?></h6>
<hr>
<module type="categories" template="skin-1" content-id="<?php print PAGE_ID; ?>"/>
</div>
<div class="sidebar__widget">
<h6><?php _lang("Tags", "templates/dream"); ?></h6>
<hr>
<module type="tags"/>
</div>
<div class="sidebar__widget">
<h6><?php _lang("About Us", "templates/dream"); ?></h6>
<hr>
<p>
<?php _lang("We're a digital focussed collective working with individuals and businesses to establish rich, engaging online presences.", "templates/dream"); ?>
</p>
</div>
</div>
</div>