On August 19, 2011 at 5:57 pm
caution:It is not a widget. It gives you the layout of “tumblr” It might not be compatible with this theme.
In index.php file make these changes:
find this line:
<h2 class="postitle"><a href="<?php the_permalink();?>"><?php the_title(); ?></a></h2>
and replace it with:
<?php woo_tumblog_the_title($class= "title", $icon = true, $before = "", $after = "", $return = false, $outer_element = "h1") ?>
and this line with:
<!--MAIN CONTENT-->
<?php if(get_option('amp_content')) { ?>
<?php the_content() ;?>
<?php } else { ?>
<?php wpe_excerpt('wpe_excerptlength_teaser', 'wpe_excerptmore'); ?>
<?php } ?>
and replace it with:
<!–MAIN CONTENT–>
<?php if(get_option(‘amp_content’)) { ?>
<?php woo_tumblog_content($return = false); ?>
<?php the_content() ;?>
<?php } else { ?>
<?php woo_tumblog_content($return = false); ?>
<?php wpe_excerpt(‘wpe_excerptlength_teaser’, ‘wpe_excerptmore’); ?>
<?php } ?>
Do the same edits for single.php