Ejemplo n.º 1
0
<?php

/**
 * The default template for displaying content. Used for both single and index/archive/search.
 *
 * @package WordPress
 * @subpackage Dwarsloeper
 * @since Dwarsloeper 1.0
 */
global $options;
?>

<section id="hero" class="hero-small">
	<div class="container">
		<div class="row">
			<div class="span8">
				
			    <?php 
dl_breadcrumb();
?>
				<h1><?php 
single_cat_title();
?>
</h1>

			</div>
		</div>
	</div>
</section>
Ejemplo n.º 2
0
/**
 * The default template for displaying content. Used for both single and index/archive/search.
 *
 * @package WordPress
 * @subpackage Dwarsloeper
 * @since Dwarsloeper 1.0
 */
global $options;
?>

<section id="hero" class="hero-small">
	<div class="container">
		<div class="row">
			<div class="span8">
			    <?php 
dl_breadcrumb($options['title_hero_search']);
?>
			</div>
		</div>
		<div class="row">
			<div class="span3">
			    <h1><?php 
echo $options['title_hero_search'];
?>
</h1>
			</div>
			<div class="span9">
			    <label class="unsichtbar" for="suchmaske-hero"><?php 
_e('Geben Sie hier den Suchbegriff ein', 'dltextdom');
?>
</label>