Title: imsheep's Replies | WordPress.org

---

# imsheep

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

 *   [Profile](https://wordpress.org/support/users/imsheep/)
 *   [Topics Started](https://wordpress.org/support/users/imsheep/topics/)
 *   [Replies Created](https://wordpress.org/support/users/imsheep/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/imsheep/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/imsheep/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/imsheep/engagements/)
 *   [Favorites](https://wordpress.org/support/users/imsheep/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: [Need help with comment box and search function](https://wordpress.org/support/topic/need-help-with-comment-box-and-search-function/)
 *  Thread Starter [imsheep](https://wordpress.org/support/users/imsheep/)
 * (@imsheep)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/need-help-with-comment-box-and-search-function/#post-674786)
 * Well…I think I found the code for search form and added it to the sidebar, but
   what change should I make to remove the pink dot in front of it? (please refer
   to [my blog](http://www.imsheep.com/))
 *     ```
       <div id="linkbar"><?php if ( !function_exists('dynamic_sidebar')  || !dynamic_sidebar(1) ) : ?>
           .
           . (omit)
           .
       <span class="headline_three">Search</span>
       <li id="search"><form id="searchform" method="get" action="/index.php">
       <div><input type="text" name="s" id="s" size="8" /><input type="submit" value="Go" /></div></form>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Need help with comment box and search function](https://wordpress.org/support/topic/need-help-with-comment-box-and-search-function/)
 *  Thread Starter [imsheep](https://wordpress.org/support/users/imsheep/)
 * (@imsheep)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/need-help-with-comment-box-and-search-function/#post-674648)
 * …Continue with the first posting
 * <?php comments_template(); ?>
 * The above is the only code I found related to the comment template (from index.
   php). However, the file “comment.php” is missing in this theme. Should I self
   create a comment.php file in order to localize the setting? If yes, what codes
   should I put in the file?
 * Please tell me what to do. Thanks a lot!

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