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)
<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>
…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!