I have been inspired by some interesting post about how to handle large amounts of pages in EPiServer such as this one, this other one, and last but not the…
I have been inspired by some interesting post about how to handle large amounts of pages in EPiServer such as this one, this other one, and last but not the…
TinyMCE is the default html editor for XhtmlString fields in EPiServer. Before EPiServer CMS 11, it was possible to add TinyMCE editor configurations by code or using the CMS editor…
The allowed types attribute in a content area is a useful way to restrict which blocks the editor can set in a particular content area field. However, sometimes the user…
EPiServer Find, allows to search content in your CMS easily and fast, but sometimes there are more complex search requirements which requires a little bit more of research. In this…
As I mentioned in the previous post EPiServer DDS Performance issues, we decided to modify the plugin 404Handler in order to overcome its limitations in our 60k redirects scenario. So,…
While working on a project, we found an issue with the 404handler community plugin. The problem appeared when we tried to import 60k redirects through the plugin dashboard interface. First,…
In this blog post, we will create a robots file which will be dynamically generated by using the content of a field in the start page. To generate the file…
While working in a project, a client decided that the search functionality using EPiServer search needed to take into account also the information inside the blocks. Unfortunately, EPiServer search does…
A language switcher is a common task in any EPiServer implementation. In this blog I will show you how to implement a basic language switcher using the EPiServer API. First,…
In the previous post about Apply Content Approval Workflows by Page Type . I mentioned that I will develop a plugin to deal with several of the burned code we…