Hi all, I want to know how i can remove the date and time an Admin post an article? I cant disable it in the admin menu, so i have to remove some code i guess. Who can help me out? Thanks in advance.
Thanks River, However, i found that answer on another blog already and it doesnt fix my problem for now. Its strange why this feature isnt standard in WP.
- Go to Design menu, theme editor.. - Go to single Posting and delete this Code.. <?php the_time('F jS, Y') ?> good Luck
There is a date exclusion plug in that works with some templates. You may want to try it. Plugin Name: Date Exclusion Plugin URI: http://www.dailyblogtips.com/date-exclusion-wordpress-plugin/ Description: Gives your blog a feeling of freshness by turning off the display of date information after a specified number of days or immediately after posting. Exclusion of date information can be set by default in the plugin file and/or manually for each post. Author: Stephen Ward Version: 1.0
You'll need to code the theme you're using to detect if the post belongs to an Admin, usually with author_post = 1. In other words, if author_post != 1, then display date. This, however, will not stop your post from displaying in the monthly archives, so people can still guess when the post is made.
Thanks, i already try it. Not working for me (dont know if it remove the posting date from visitors, but thats not my problem, i want the ADMIN post removed).
Ill check it when i have some time. No problem, i already removed "archive" from the theme, so there is no "guessing" when i remove the date
Yes u r right u have to do theme editing like my recent blog. Just select ur theme and archive.php , post.php, page.php , index.php edit code there. if u have basic knowledge of php n html then its easy to do. And if u can not pm me ur file code.