Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dustycode

    (@dustycode)

    Thread Starter dustycode

    (@dustycode)

    <?php get_header(); ?>

    <div id=”content”>

    <div id=”contentleft”>

    <div class=”postarea”>

    <?php include(TEMPLATEPATH.”/breadcrumb.php”);?>

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <h1><?php the_title(); ?></h1>
    <!–
    <div class=”date”>

    <div class=”dateleft”>
    <p><span class=”time”><?php the_time(‘F j, Y’); ?></span> by <?php the_author_posts_link(); ?>  <?php edit_post_link(‘(Edit)’, ”, ”); ?>
    Filed under <?php the_category(‘, ‘) ?></p>
    </div>

    <div class=”dateright”>
    <p><span class=”comment”>#respond”>Leave a comment</span></p>
    </div>

    </div>
    –>

    <?php the_content(__(‘Read More’));?><div style=”clear:both;”></div>

    <!–
    <?php trackback_rdf(); ?>
    –>

    <?php endwhile; else: ?>

    <p><?php _e(‘Sorry, no posts matched your criteria.’); ?></p><?php endif; ?>

    </div>

    <div class=”adsense-post”>

    <!–To activate your Google AdSense ad, go to your WP dashboard and go to Presentation -> Revolution Music Options and enter your Google Adsense Code.–>

    <?php $adsense_468 = get_option(‘revmusic_adsense_468’); echo stripslashes($adsense_468); ?>

    </div>

    <div class=”comments”>

    </div>

    </div>

    <?php include(TEMPLATEPATH.”/sidebar.php”);?>

    </div>

    <!– The main column ends –>

    <?php get_footer(); ?>

    Thread Starter dustycode

    (@dustycode)

    Well, thats fine and all.. except that I want to REMOVE the ‘Read More‘ entirely and allow for images, videos & hyper-links to be embedded in the summary as well as style sheet attributes.. right now they are just plain jane… not recognizing any embedded media or links and have the ‘Read More‘ tacked on at the end. Any thoughts on a work around ?

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