Title: dustycode's Replies | WordPress.org

---

# dustycode

  [  ](https://wordpress.org/support/users/dustycode/)

 *   [Profile](https://wordpress.org/support/users/dustycode/)
 *   [Topics Started](https://wordpress.org/support/users/dustycode/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dustycode/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dustycode/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dustycode/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dustycode/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dustycode/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Custom Post Summary & Read More!](https://wordpress.org/support/topic/custom-post-summary-amp-read-more/)
 *  Thread Starter [dustycode](https://wordpress.org/support/users/dustycode/)
 * (@dustycode)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/custom-post-summary-amp-read-more/#post-1366847)
 * [http://www.fallreign.com](http://www.fallreign.com)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Custom Post Summary & Read More!](https://wordpress.org/support/topic/custom-post-summary-amp-read-more/)
 *  Thread Starter [dustycode](https://wordpress.org/support/users/dustycode/)
 * (@dustycode)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/custom-post-summary-amp-read-more/#post-1366846)
 * <?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(); ?>
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Custom Post Summary & Read More!](https://wordpress.org/support/topic/custom-post-summary-amp-read-more/)
 *  Thread Starter [dustycode](https://wordpress.org/support/users/dustycode/)
 * (@dustycode)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/custom-post-summary-amp-read-more/#post-1366711)
 * 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)