abhijit - 25 November 2005 01:15 AM
please visit http://www.theicecreammaker.com/icmblog/weblog.php
1) Can i remove the installation date from the top of the weblog.php page ?
You mean the date field in the entry. Sure. You’ll need to remove the value from the master date heading. See first image.
2) Can I remove the Members link from the right panel ?
Sure.. remove <?php member_login_navbar(); ?>
3) I’ve changed the css but unable to control numbers with the comments/tracksback and pingbacks.
Did you do something to:
[%%comments_total%%] <a href=”%%comment_url%%”>comments</a> (%%comment_hits%% views) |
You’d style
<span class=“something”>[%%comments_total%%]</span>
Does that help?