Because i use my blog as a database for downloading files i wanted to remove the date in every entry. When searching for a workaround i found a few options but they didnt really delete the date. So i went looking myself and found the following option:
- Navigate to iweb (Show Package Contents) -> Contents -> Resources -> Widgets -> BlogSummary.iwdgt (Show Package Contents)
- Edit the privileges on the file by clicking on 'Show Info' and changing it to read & write
- Open the file 'BlogSummary'.js in texteditor
- Search for the following line: // Format the date as a string
- Remove the following peace of code:
Code:
if (!item.dateString)
{
if (item.date)
{
item.dateString = item.date.stringWithICUDateFormat(this.blogFeed.dateFormat(), this /*localizer*/);
}
}
- Save the file (Remember to first backup)
-Voila, the date is nog longer shown in your iWeb site