Exemplo n.º 1
0
        ?>
" rel="bookmark"><?php 
        the_title();
        ?>
</a>
			</h2>
		<?php 
    }
    ?>
		<div class="content">
			<?php 
    if (FASTBLOG_TUMBLOG) {
        if ($custom_post) {
            fastblog_post_thumbnail();
        } else {
            echo fastblog_prepare_tumblog_content(woo_tumblog_content(true), FASTBLOG_THUMB_TUMBLOG_WIDTH);
        }
    } else {
        fastblog_post_thumbnail();
    }
    if (is_attachment() && strpos(get_post_mime_type(get_the_ID()), 'image') === 0) {
        echo '<p>' . wp_get_attachment_image(get_the_ID(), 'post-thumbnail') . '</p>';
    } else {
        if (has_excerpt() && !is_singular() || is_search()) {
            the_excerpt();
        } else {
            the_content(__('More', 'fastblog') . '&hellip;');
            if (is_singular()) {
                wp_link_pages();
            }
        }
Exemplo n.º 2
0
                <h1><a href="<?php 
            the_permalink();
            ?>
"><?php 
            the_title();
            ?>
</a></h1>
			<?php 
        }
        ?>
            

            
            <?php 
        if (function_exists('woo_tumblog_content')) {
            woo_tumblog_content();
            the_content();
        } else {
            ?>
                <p><?php 
            the_content();
            ?>
</p>
			<?php 
        }
        ?>
            
            <p class="tags"><?php 
        the_tags();
        ?>
</p>