In order to use Wordpress as a CMS, do you know how to deactivate the Archives category ? Same question for the date, is it possible to deactivate the dates of posts ?
You´ll have to edit your WordPress theme. Just delete the archive listing from your sidebar and the part showing the date of your post.
Or in the admin panel go to Presentation > Widgets and just remove the Archives category - widget. To get rid of the dates, delete this in the index.php and page.php files of the theme you are using:
Yep - I will try on a blog built for the purpose of testing things I just have a concern : no database issue ?
Thanks man, Just got what I was looking for, thanks for sharing this. I was just going around with the code