Title: kimschmidt's Replies | WordPress.org

---

# kimschmidt

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [TwentyTen – Removing 'Posted in' from posts](https://wordpress.org/support/topic/twentyten-removing-posted-in-from-posts/)
 *  [kimschmidt](https://wordpress.org/support/users/kimschmidt/)
 * (@kimschmidt)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/twentyten-removing-posted-in-from-posts/#post-1692387)
 * Agent_Trig – did you figure this out?
 * Find where it says the following code minus the <!– and the –> and add that to
   the loop.php page. Also to remove the category, use the code alchymyth posted
   and use the canceling <!– and –> at the end (see below.).
 * **<!–**<div class=”entry-meta”>
    <?php twentyten_posted_on(); ?> </div><!– .entry-
   meta –>**–>**
 * <!– <div class=”entry-utility”>
    <?php if ( count( get_the_category() ) ) : ?
   > <span class=”cat-links”> <?php printf( __( ‘<span class=”%1$s”>Posted in</span
   > %2$s’, ‘twentyten’ ), ‘entry-utility-prep entry-utility-prep-cat-links’, get_the_category_list(‘,‘));?
   > </span> <span class=”meta-sep”>|</span> <?php endif; ?> <?php $tags_list = 
   get_the_tag_list( ”, ‘, ‘ ); if ( $tags_list ): ?> <span class=”tag-links”> <?
   php printf( __( ‘<span class=”%1$s”>Tagged</span> %2$s’, ‘twentyten’ ), ‘entry-
   utility-prep entry-utility-prep-tag-links’, $tags_list ); ?> </span> <span class
   =”meta-sep”>|</span> <?php endif; ?> <span class=”comments-link”><?php comments_popup_link(
   __( ‘Leave a comment’, ‘twentyten’ ), __( ‘1 Comment’, ‘twentyten’ ), __( ‘% 
   Comments’, ‘twentyten’ ) ); ?></span> <?php edit_post_link( __( ‘Edit’, ‘twentyten’),‘
   <span class=”meta-sep”>|</span> <span class=”edit-link”>’, ‘</span>’ ); ?> </
   div>**–>**<!– .entry-utility –>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Disable menu…twentyten template](https://wordpress.org/support/topic/disable-menutwentyten-template/)
 *  [kimschmidt](https://wordpress.org/support/users/kimschmidt/)
 * (@kimschmidt)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/disable-menutwentyten-template/#post-1692385)
 * You don’t actually have to remove the text – you can just cancel it out using
   the following code.
 * <!– at the beginning of the code and at the end put –>
 * for example
    <!– <div id=”access”… </div> –> <!– #access–>

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