<div class="entry"> <?php if (tech_excerpt('tag')) { the_excerpt(); } else { the_content(__('Read the remainder of this entry »', '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 } ?> </div> <?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> <?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 ' '; the_time();