Title: foyle's Replies | WordPress.org

---

# foyle

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [<wpgallery> tags stripped in archives/categories (wp-gallery)](https://wordpress.org/support/topic/ltwpgallerygt-tags-stripped-in-archivescategories-wp-gallery/)
 *  [foyle](https://wordpress.org/support/users/foyle/)
 * (@foyle)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/ltwpgallerygt-tags-stripped-in-archivescategories-wp-gallery/#post-143225)
 * WP 1.5 also strips links out of archives. The problem is in the function that
   creates the shortened versions of your posts that show up in the archive. I got
   tired of it so I just hacked the code so that the full posts show in the archives.
   It really only requires replacing one line in archive.php
 * Just paste this code in place of line 42 (or thereabouts…it goes between the 
   content div tags):
    <?php the_content(‘Read the rest of this entry »’); ?>
 * The other advantage of this is that it allows you to direct people to a category
   and instead of getting an archive of that category with no pics and links, they
   get the whole deal.

Viewing 1 replies (of 1 total)