Beispiel #1
0
                    ?>
				
<?php 
                }
                $posttags = get_the_tags();
                if (!empty($posttags)) {
                    ?>
                                    <div class="tags"><small><?php 
                    the_tags();
                    ?>
</small></div><?php 
                }
                ?>
                            </div>
<?php 
                if (is_home() && tech_icons('main') || is_category() && tech_icons('archive') || is_year() && tech_icons('year') || is_month() && tech_icons('month')) {
                    ?>
	
                                    <div class="top">
                                    <?php 
                    tech_social_icons($home = true);
                    ?>
<a href="#top"><img src="<?php 
                    echo get_template_directory_uri();
                    ?>
/images/icons/top.png" border="0" alt="TOP" title="<?php 
                    _e('To the top', 'techozoic');
                    ?>
" /></a>
                                    </div>
<?php 
Beispiel #2
0
"><?php 
        the_title();
        ?>
</a></h2>

			<div class="entry">
<?php 
        if (tech_excerpt('tag')) {
            the_excerpt();
        } else {
            the_content(__('Read the remainder of this entry &raquo;', 'techozoic'));
        }
        ?>
			</div>
<?php 
        if (tech_icons('tag')) {
            ?>
	
				<div class="top">
				<?php 
            tech_social_icons($home = true);
            ?>
<a href="#top"><img src="<?php 
            echo get_template_directory_uri();
            ?>
/images/icons/top.png" border="0" alt="TOP" title="<?php 
            _e('To the top', 'techozoic');
            ?>
" /></a>
				</div>
<?php 
Beispiel #3
0
		<div class="post" id="post-<?php 
        the_ID();
        ?>
">
                <div class="toppost">
		<a href="<?php 
        echo home_url();
        ?>
"><img src="<?php 
        echo get_template_directory_uri();
        ?>
/images/icons/home.png" border="0" alt="Home" title="<?php 
        printf(__('Go back to %s', 'techozoic'), get_bloginfo('name'));
        ?>
" /></a>&nbsp;<?php 
        if (tech_icons('single')) {
            tech_social_icons($home = false);
        }
        ?>
		</div>
		<h1 class="post_title">
                    <?php 
        if (get_the_title() != "") {
            ?>
                        <?php 
            the_title();
            ?>
                    <?php 
        } else {
            echo get_the_date();
            echo ' ';