London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Get the latest!

Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.

Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World

Syndication and sharing

loading
  • Posted on: May 18, 2025

    CustomContentAreaRenderer is a specialized class that overrides the default ContentAreaRenderer. It customizes the rendering behavior for content area items, specifically by rendering content items without wrapping them in a surrounding element,...

  • Posted on: May 18, 2025

    public bool IndexContent(int contentId, bool contentOnly, bool childrenOnly, string language) { // Retrieve the content var contentReference = new ContentReference(contentId); var contentItems = new List (); if (contentReference != null &&...

  • Posted on: May 18, 2025

    Create a new Controller called CustomMenuController and decorate with [Authorize(Roles ="CMSAdmins")] so that it will be accessed by admins only namespace AdminMenu.Controllers { [Route("episerver/CustomMenu")] [Authorize(Roles ="CMSAdmins")] publ...

  • Posted on: May 16, 2025

    In previous blog we described how to control the visibility of the blocks or properties based on the current site in multisite solution. We can use the same technique to display different thumbnails for pages and blocks inside the CMS based on...

  • Posted on: May 15, 2025

    The marketing world is increasingly captivated by the potential of AI agents. However, it's crucial to recognize that these agents are not simply user interfaces; they are complex systems built upon a significant infrastructure. Lets take a look...

  • Posted on: May 14, 2025

    We're excited to officially welcome the latest winter cohort of Optimizely Most Valuable Professionals (OMVPs) - a group of passionate tech evangelist, strategists, marketers, and developers who've made a real impact within the Optimizely...

  • Posted on: May 13, 2025

    When using Url.ContentUrl() in Optimizely 12, encodes spaces as + in the query string. If you want to encode the spaces as %20, use the below helper method. public static string GetEncodedUrl(string href) { var decodedHref = System.Web.HttpUtility...

  • Posted on: May 13, 2025

    Optimizely CMS 12 provides a Utility function to retrieve Content Reference from a Guid by ussing the below static method. var contentReference = PermanentLinkUtility.FindContentReference(new Guid("9812C961-4A51-4C8C-9580-0DED7764C1B2"));

1 2 3 4 5 6 7 8 9 ... Last