Viewing 3 replies - 1 through 3 (of 3 total)
  • it’s far easier for us to read posted code when put in between backticks…..

    Thread Starter imeancomeonjoe

    (@imeancomeonjoe)

    <div class="post">
    
    <?php
    $thumb = get_post_meta($post->ID, 'thumb', true);
    if ($thumb == '')
    { ?>
    
    "><img src="<?php bloginfo('template_directory'); ?>/images/thumb.png" alt="<?php the_title(); ?>" width="200" height="130" />
    
    <?php } else { ?>
    
    "><img src="<?php bloginfo('template_directory'); ?>/thumb.php?src=<?php echo get_post_meta($post->ID, "thumb", $single = true); ?>&h=130&w=200&zc=1" alt="<?php the_title(); ?>" width="200" height="130" />
    
    <?php } ?>
    
    <class="meta"><class="time"><?php the_time('F j'); ?>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<class="comment"><?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></p>
    
    <h1>"><?php the_title(); ?></h1>
    
    <?php content('25'); ?>
    
    <p class='more'>">More...</p>
    
    </div>
    Thread Starter imeancomeonjoe

    (@imeancomeonjoe)

    Thanks for the heads up.. i’m new at this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do you place Text to the Right of Thumbnail’ is closed to new replies.