Is there a way to remove the date from displaying on posts in Wordpress ? For instance if you are using wordpress as a landing page, you wouldn't want the date to show if a post or two are static. Will simply stripping the code that makes the date display in the post screw anything up , such as, calender functions?
Go to you theme editor and edit out <?php the_date(); ?> or <?php the_time('l j F Y'); ?> or any similar tag in the files that meetbro said. --Joe