Could someone please assist me in what I’m doing wrong? I selected the Portfolio 3 Cols template, and can’t find where the <h1> and <ul> are that are being referenced, above. Help! I”ve put in Bold the only <h1> that I could find….
< ?php
/*
* Template Name: Portfolio 3 Cols Fullwidth
*/
get_header(); ?>
<div id=”content” class=”clearfix”>
<h1>< ?php the_title(); ?> < ?php if ( !get_post_meta($post->ID, 'snbpd_pagedesc', true)== '') { ?>/< ?php }?> <span>< ?php echo get_post_meta($post->ID, 'snbpd_pagedesc', true); ?></span></h1>
<div class=”hrThickFull”></div>
<div id=”main” class=”fullwidth” role=”main”>
<ul class=”filters”>
<li class=”segment-1″><a href=”#” data-value=”all” class=”selected”>< ?php _e('all', 'site5framework'); ?></a></li>
< ?php
$categories= get_categories('taxonomy=types&title_li='); foreach ($categories as $category){ ?>
<li class=”segment-< ?php echo $category->term_id;?>“><a href=”#” data-value=”< ?php echo $category->category_nicename;?>“>< ?php echo $category->name;?></a></li>
< ?php }?>
</ul>