I want to remove dates,category and even the comments when posting., the theme i am using is Zeke2col http://www.solostream.com/wordpress-themes/wordpress-theme-zeke-10-widgets-2-column/ on what i mean is like everytime you post their dates and such at the end showing when you posted it like for example "By admin on Jun 20, 2010 in Uncategorized | 0 Comments | " i want to remove them and just say posted by admin
Open the files index.php, archive.php and search.php and delete this code everywhere: on <?php the_time('M j, Y') ?> in <?php the_category(', ') ?> | <?php comments_popup_link('0 Comments', '1 Comment', '% Comments'); ?> Code (markup):
I'm sorry to crash in like this.. but since it's about deleting details regarding to our post on Wordpress, can anyone tell me how to delete the post count in my drop down category which i display at the sidebar? i would just like to show the visitors the category without the post counts. thanks in advance for the help.