0
votes

I need to add a rendering to all the pages. I thought adding to a Page Basic template that I have and is being inherited for all the page templates. These page templates have different renderings and layout so the presentation is overridden. On top of that, authors have been adding more renderings to the pages themselves.

Any ideas on how to add this rendering to all the pages?

Thanks

1

1 Answers

0
votes

I would use sitecore Powershell to accomplish this. After traversing the tree you could add the rendering using the code in this link.

Just make sure to backup you db, just in case!

https://blogs.perficient.com/microsoft/2016/06/sitecore-powershell-add-rendering-to-item/