Ejemplo n.º 1
0
    ?>
"><?php 
    the_title();
    ?>
</a></h2>
    <div class="post-content"><?php 
    the_content();
    ?>
</div>
  </div>
  <div class="hairline-logo"><span class="butterfly"></span></div>

<?php 
}
wp_reset_postdata();
?>
  </div>
  <div class="utilities">
    <nav class="navigation">
          <div class="nav-next"><a href="/news-events/news/archives/">
            See All News <span class="meta-nav">&rarr;</span></a>
          </div>
        </nav>
  </div>
</div><!-- #main -->
<?php 
if (brunelleschi_options('sidebar') === __('both', 'brunelleschi') || brunelleschi_options('sidebar') === __('two left', 'brunelleschi') || brunelleschi_options('sidebar') === __('two right', 'brunelleschi')) {
    get_sidebar('secondary');
}
get_sidebar();
get_footer();
Ejemplo n.º 2
0
            ?>
			<div class="entry-content">
				<?php 
            the_content(__('Continue reading <span class="meta-nav">&rarr;</span>', 'brunelleschi'));
            ?>
				<?php 
            wp_link_pages(array('before' => '<div class="page-link">' . __('Pages:', 'brunelleschi'), 'after' => '</div>'));
            ?>
			</div><!-- .entry-content -->
	<?php 
        }
        ?>

			<div class="entry-utility">
				<?php 
        if (brunelleschi_options('posted-on') === __('Below Post', 'brunelleschi')) {
            ?>
				<div class="entry-meta">
					<?php 
            brunelleschi_posted_on();
            ?>
				</div><!-- .entry-meta -->
				<?php 
        }
        ?>
				<?php 
        if (count(get_the_category())) {
            ?>
					<span class="cat-links">
						<?php 
            printf(__('<span class="%1$s">Posted in</span> %2$s', 'brunelleschi'), 'entry-utility-prep entry-utility-prep-cat-links', get_the_category_list(', '));
Ejemplo n.º 3
0
							<img class="header-logo" src="<?php 
    echo get_bloginfo('stylesheet_directory');
    ?>
/images/logo-riis-settlement.png" alt="jacob a. riis neighborhood settlement" />
						</a>
					</h1>
					<h2 class="site-description"><?php 
    bloginfo('description');
    ?>
</h2>
				</hgroup>
			<?php 
}
?>
			<?php 
if (brunelleschi_options('navigation-position') == false || brunelleschi_options('navigation-position') === __('Nav Fixed to Top of Screen', 'brunelleschi') || !brunelleschi_options('hide-navigation') && brunelleschi_options('navigation-position') === __('Nav Below Banner', 'brunelleschi')) {
    ?>
				<div id="access" role="navigation" class="twelvecol last clearfix">
					<div class="skip-link screen-reader-text"><a href="#content" title="<?php 
    esc_attr_e('Skip to content', 'brunelleschi');
    ?>
"><?php 
    _e('Skip to content', 'brunelleschi');
    ?>
</a></div>
					<?php 
    wp_nav_menu(array('container_class' => 'menu-header', 'menu_class' => 'menu clearfix', 'theme_location' => 'primary'));
    ?>
				</div><!-- #access -->
			<?php 
}