Hi, how to remove the default post date in wordpress. I want to completely remove it, it should be empty. Forgive me if i asked any coding newbie question.
If you want to remove the date only for 1 post you should something like this <?php if(!is_page(replace_with_post_id)){the_time('F j, Y')}; ?> This is located on home.php ot page.php or index.php depending on the wp theme that you are using.
Hi Sam, I guess that an elagant solution will be to install a wordpress plugin named "WP Date Remover" (just google for it). It seems to do exactly what you want (never try it personally). BR, Marcel