Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter oisaj_dude

    (@oisaj_dude)

    expresniks, It doesn’t look as though you responded? Does any one have an idea on how to go about this?
    Jas

    Thread Starter oisaj_dude

    (@oisaj_dude)

    Here is the relevant code in the index:

    <div class=”entry clear”>
    <?php if ( function_exists( ‘add_theme_support’ ) ) the_post_thumbnail( array(250,9999), array( ‘class’ => ‘ alignleft border’ )); ?>
    <?php the_content(__( ‘read more…’, ‘titan’)); ?>
    <?php edit_post_link(__( ‘Edit’, ‘titan’)); ?>
    <?php wp_link_pages(); ?>
    </div><!–end entry–>
    <div class=”post-footer”>
    <div class=”comments”><?php comments_popup_link(__ ( ‘Leave a comment’, ‘titan’), __ ( ‘1 Comment’, ‘titan’), __ngettext ( ‘% Comment’, ‘% Comments’, get_comments_number (),’titan’)); ?></div>

Viewing 2 replies - 1 through 2 (of 2 total)