-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathcategory-spectrum.php
26 lines (23 loc) · 1.04 KB
/
category-spectrum.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
<?php get_header(); ?>
<div class="row">
<?php get_template_part('sidebar','photoblog'); ?>
</div>
<div class="row" id="archive-content">
<div class="small-12 columns" id="post-listing">
<div class="page-header">
<?php /*if(is_category("sports-spectrum") ||
is_category("campus-spectrum") ||
is_category("humans-of-westwood") ||
is_category("archives") ||
is_category("westwoodla")) : ?>
<a id="pb-logo" href="/category/spectrum"><img src="/img/spectrum-<?php echo($the_cat->slug) ?>.png" /></a>
<?php else : ?>
<a id="pb-logo" href="/category/spectrum"><img src="/img/spectrumlogo.png" /></a>
<?php endif */?>
<!-- <a id="pb-logo" href="/category/spectrum"><img src="/img/spectrumlogo.png" /></a> -->
<!-- <h2>Exploring the UCLA experience through photojournalism</h2> -->
</div><!-- end div.page-header -->
<?php get_template_part('loop', 'category-photoblog'); ?>
</div><!-- end div#post-listing -->
</div><!-- end div#archive-content -->
<?php get_footer(); ?>