Is there a way to remove/delete all blog posts listed in the archive instead of having to click the select all checkbox and click Delete on each page. I'm testing BlogML data import and when there's 150+ blog posted entered, it gets time-consuming deleting all the entries back out.
The archive node in the Articulate package are using the standard content list view. The great thing about this list view is that you can define how many items should be visible per page.
So if you go the developer section --> Data Types --> Listview - Content then you will see something like this.
As you can see you can configure how many items that should be shown per page by changing the value in Page Size
You should definitely steer clear of running manual SQL scripts against Umbraco, without knowing all implications, this can cause you problems - least of which your caches and indexes will be out of sync.
Remove all blog posts
Is there a way to remove/delete all blog posts listed in the archive instead of having to click the select all checkbox and click Delete on each page. I'm testing BlogML data import and when there's 150+ blog posted entered, it gets time-consuming deleting all the entries back out.
Kind regards,
Ben Williams
Hi Ben and welcome to Our, :)
The archive node in the Articulate package are using the standard content list view. The great thing about this list view is that you can define how many items should be visible per page.
So if you go the developer section --> Data Types --> Listview - Content then you will see something like this.
As you can see you can configure how many items that should be shown per page by changing the value in Page Size
Hope this helps,
/Dennis
Hello Dennis. Thank you for the tip.
Why not just delete the Archive node and then re-create it?
Thank you Shannon. I did not realize I could do that.
The workaround I previously came up with shortly after posting my question was to run this SQL Server script:
You should definitely steer clear of running manual SQL scripts against Umbraco, without knowing all implications, this can cause you problems - least of which your caches and indexes will be out of sync.
Thank you. I did not realize that caches and indexes would be out of sync. Looks like I have more learning to do.
is working on a reply...