World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
I was using a regular EPiServer template to generate an email template, which an email service could download and send to subscribers. The template had some dynamic links, e.g. unsubscribe and preferences links. These are defined with tokens in th...
Alright, so it turns out EPiServer 7 (and later versions) already has a route for permanent links. It was slightly different from the one I created, so here’s an updated version of the extension method: public static string PermanentLink(this...
Update: If you’re using EPiServer 7 (or later version), please see my updated post ! If you move a page in the page tree, the url to the page will change. There are numerous available solutions to handle this, e.g. by saving the old url and set up...
Sometimes you want a small variation of a block. E.g. in one content area you want the teaser blocks to have headings and in another area no headings. You basically have two options to achieve this; use tags to select another renderer or the new...
First of all, big thanks to Anders Hattestad and all his great contributions to the community! Some months ago he posted a great post on how to use categories in a better way. I´ve taken his code and refined it a bit. I started with the gui first...