Example #1
0
<?php

get_header();
$pageDisplay = bm_getProperty('excerpt');
$authorDisplay = bm_getProperty('author');
?>

<div id="content">
<?php 
is_tag();
if (have_posts()) {
    while (have_posts()) {
        the_post();
        ?>
<div <?php 
        post_class();
        ?>
>
	<h2><a href="<?php 
        the_permalink();
        ?>
" title="Permalink for : <?php 
        the_title();
        ?>
"><?php 
        the_title();
        ?>
</a>
	<em><?php 
        the_time(get_option("date_format"));
        ?>
Example #2
0
    } else {
        echo "<h2>";
        _e('Blog Roll');
        echo "</h2>";
        echo "<ul id=\"blogroll\">";
        get_links(-1, '<li>', '</li>', '<br />', FALSE, 'rand', FALSE, FALSE, -1, FALSE);
        echo "</ul>";
    }
    ?>

			</div>
			
			</li>

			<?php 
    if (bm_getProperty('meta') == 1) {
        ?>

			<li>
			<h2><?php 
        _e('Meta');
        ?>
</h2>
			<ul>
				<?php 
        wp_register();
        ?>
				<li><?php 
        wp_loginout();
        ?>
</li>
Example #3
0
    $classExtra = "leftAlign ";
}
$classExtra .= get_settings('regulus_colourScheme');
if ($headerImageURL == "") {
    $classExtra .= " hid_{$headerImage}";
}
echo "<body class=\"{$classExtra}\">";
?>


<div id="wrapper">

	<div id="header">

		<?php 
if (bm_getProperty('heading') != 1) {
    ?>
		<h1><?php 
    bloginfo('name');
    ?>
</h1>
		<p class="site_description"><?php 
    bloginfo('description');
    ?>
</p>
		<?php 
}
?>

		<ul id="nav">
		<li <?php