The current template for innerblogger.com Single Post
Ads Minded Theme by Sapiens Bryan
–
<?PHP include ("header.php"); ?>
<div id="contentwrapper">
<div id="content">
<div id="blogs">
<br/>
<br />
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="navi">
<div align="left"><?php previous_post('« %','','yes') ?></div>
<div align="right"><?php next_post(' % »','','yes') ?></div>
</div> <!– End Of Class Navi –>
<br />
<div id="post-<?php the_ID(); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/icon_post.gif" alt="" /> <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="View Details: <?php the_title(); ?>"><?php the_title(); ?></a></h1> <a href="http://feeds.feedburner.com/innerblogger" title="Subscribe to my feed, Innerblogger.com - The Guide to Successful and Profitable Blogging" rel="alternate" type="application/rss+xml"><img src="http://www.feedburner.com/fb/images/pub/feed-icon16×16.png" alt="" style="border:0″/></a></div> <!– End Of Class Title –>
<div class="article">
<?php the_content("Continue Reading » <br/>" . the_title('','',false), 0). ""; ?>
<br/ >
<div>
<?php
add_submit_it();
?>
</div> <!– End Of Submit Plugin –>
</div> <!– End Of Class Article –>
<script src=http://www.bluehost.com/src/js/drjoshua/CODE21/468×60/1.gif></script>
<br />
<div class="postmetadata alt">
<?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>
<?php _e("Posted in"); ?> <?php the_category(',') ?>
<?php edit_post_link(); ?>
</div> <!– End Of Class Meta –>
<div class="previouspost">
<?php /* Delete off the codes below (from here until ***** line) and put in your 336×280 ads codes */ ?>
</div> <!– End Of Class previouspost –>
<!–
<?php trackback_rdf(); ?>
–>
<?php if (!( is_home() || is_page() || is_category() || is_day() || is_month() || is_year() || is_search() )) { ?>
<p class="postmetadata alt">
Subscribe <b><?php comments_rss_link('RSS 2.0′); ?></b> feed.
<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
// Both Comments and Pings are open ?>
<a href="#respond"><b>Leave a response</b></a>, or <a href="<?php trackback_url(display); ?>"><b>Trackback</b></a> from your own site.
<?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
// Only Pings are Open ?>
Responses are currently closed, but you can <a href="<?php trackback_url(display); ?> "><b>Trackback</b></a> from your own site.
<?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
// Comments are open, Pings are not ?>
You can skip to the end and leave a response. Pinging is currently not allowed.
<?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
// Neither Comments, nor Pings are open ?>
Both comments and pings are currently closed.
<?php } edit_post_link('Edit this entry.','',''); ?>
</p>
<?php } ?>
<br />
<div class="previouspost">
</div> <!– End Of Class previouspost –>
<img align="left" src="http://innerblogger.com/innerblogger.jpg">
<script type="text/javascript"><!–
google_ad_client = "pub-0378921240456421″;
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336×280_as";
google_ad_type = "text_image";
google_ad_channel ="5957027873″;
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0060C0″;
google_color_text = "333333″;
google_color_url = "B6B6B6″;
//–></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<div align="center">
<a name="search"></a>
<!– SiteSearch Google –>
<form method="get" action="http://www.google.com/custom" target="_top">
<table border="0″ bgcolor="#ffffff">
<tr><td nowrap="nowrap" valign="top" align="left" height="32″>
<a href="http://www.google.com/">
<img src="http://www.google.com/logos/Logo_25wht.gif" border="0″ alt="Google" align="middle"></img></a>
</td>
<td nowrap="nowrap">
<input type="hidden" name="domains" value="innerblogger.com"></input>
<input type="text" name="q" size="35″ maxlength="255″ value=""></input>
<input type="submit" name="sa" value="Search"></input>
</td></tr>
<tr>
<td> </td>
<td nowrap="nowrap">
<table>
<tr>
<td>
<input type="radio" name="sitesearch" value="" checked="checked"></input>
<font size="-1″ color="#000000″>Web</font>
</td>
<td>
<input type="radio" name="sitesearch" value="innerblogger.com"></input>
<font size="-1″ color="#000000″>innerblogger.com</font>
</td>
</tr>
</table>
<input type="hidden" name="client" value="pub-0378921240456421″></input>
<input type="hidden" name="forid" value="1″></input>
<input type="hidden" name="channel" value="1488539371″></input>
<input type="hidden" name="ie" value="ISO-8859-1″></input>
<input type="hidden" name="oe" value="ISO-8859-1″></input>
<input type="hidden" name="flav" value="0003″></input>
<input type="hidden" name="sig" value="NCWTcNc5Hi6yvRB-"></input>
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1″></input>
<input type="hidden" name="hl" value="en"></input>
</td></tr></table>
</form>
<!– SiteSearch Google –>
<?php /* Delete off the codes below (from here until ***** line) and put in your Chitika ads codes */ ?>
</div>
<br />
<br /><br />
<?php comments_template(); // Get wp-comments.php template ?>
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
<?php endif; ?>
<!– start bottom blog nav –>
<div align="center">
<span class="menu"><?php previous_posts_link('Next Posts »»') ?></span>
<span class="menu"><?php next_posts_link('«« Previous Posts') ?></span>
</div>
</div> <!– end blogs –>
<div id="centerbar">
<br/>
<?php include ("centerbar.php"); ?>
</div> <!– End Of Class centerbar –>
<div id="sidebar">
<br/>
<?php get_sidebar(); ?>
</div> <!– End Of Class sidebar –>
</div> <!– end content –>
</div> <!– end contentwrapper –>
<div id="footer">
<?PHP include ("footer.php"); ?>
</div>
</div> <!– end wrapper –>
</body>
</html>
Blogsphere: TechnoratiFeedsterBloglines
Bookmark: Del.icio.usSpurlFurlSimpyBlinkDigg
RSS feed for comments on this post | TrackBack URI for this post
Best Deal Ads :








