|
|
How to hide post date and time in blogger
Similar entries
- How to get current date and time and display it in particular format
- The type Date is ambiguous jsp error
- How to disable screen saver and turn off monitor feature in windows vista
- How to add or subtract days in a date using JSP
- Linkbait generator for catchy blog post ideas
- How to compare two dates in jsp
- conversion of date to DD-MMM-YYYY format in asp.net
- How to resolve "There are too many people accessing the Web site at this time" in IIS
- The operator < is undefined for the argument type(s) java.util.Date, java.util.Date
- How to enable disable file extensions in windows
I dont know whether its leagal or not but you can remove it by applying some simple tweaks to HTML code
once you logged into the blogger go to Layout click on Edit HTML.
Take back up of your template using "Download Full Template" that will help in case you want to revert back.
Check the "Expand Widget Templates" check box.
Remove Post Date
search for the following code and delete it.
.
Remove Post Time
search for the following code and delete it.
.
Remove Post Author
search for the following code and delete it.