Articles written by Wojciech Tengler
Breaking change to the Rich Text editor in Umbraco 13
You are probably not aware of the breaking change related to the Rich Text editor introduced in Umbraco 13.
10/2/2024Storing custom configuration in the Umbraco database
You will learn how to store custom settings in the Umbraco database without the need to create a new table.
6/30/2024Be careful during publishing in a multilingual Umbraco website
Lack of certain awareness during publishing content in a multilingual website can result in serious consequences. This article can save you from unpleasant...
6/15/2024Enable NodeName Field Sorting in Umbraco Examine Search
Learn how to enable NodeName sorting in Umbraco Examine search. Improve your site's search functionality with this simple and effective solution.
6/9/2024Handling Umbraco tags with a new String Split Option available in .NET
Amazing string split option has been released in .NET 5.0 you probably don't know and have never used it before when dealing with tags in Umbraco websites.
3/3/2024Understanding the confusion between Created and Published Dates in Umbraco
The node creation date used as a date of publication can be confusing for Umbraco editors. In this article, I will try to explain the issue of created,...
2/25/2024How to access currently published content in Umbraco
Getting up-to-date published content entry in Umbraco could be tricky. In this article, you will learn a technique to ensure you always access the current...
1/28/2024Problem with linking in Umbraco across pages in different cultures
Unfortunately, the current system design cause serious SEO optimization issues and decreases website visibility
1/14/2024How to get Umbraco model property alias
Retrieving strongly typed property aliases has changed, and it's not as easy as before. We introduce a solution to simplify establishing a property alias of...
1/10/2024How to Disable Examine Indexing in Umbraco
Master Umbraco v11 Examine indexing: Learn how to disable external indexes for enhanced site performance, faster content publishing, and improved cold boots.
11/10/2023Umbraco Redirect Url Table Data Truncated SQL Error
Learn how to resolve the Umbraco SQL truncation error with our expert guide. Discover solutions to extend URL lengths and optimize your CMS for peak performance
11/7/2023How to use default language as default culture for threads in Umbraco
Explore a solution for aligning thread culture with the default language settings in Umbraco's backoffice. This approach addresses the complex challenge of...
3/15/2023Umbraco is Always Loading Content From Database on Azure App Service
Explore a comprehensive workaround to boost Umbraco performance on Azure Linux App Service. Learn to tackle the persistent content loading issue from the...
3/1/2023Optimizing Azure Web App: Enabling Dynamic GZIP Compression
Discover how to boost the performance of your Azure Web App by leveraging the power of dynamic GZIP compression. Here's a step-by-step guide to ensure your...
7/21/2022Assigning Roles to Members in Umbraco CMS v8
Discover how to add roles to members in Umbraco CMS v8 seamlessly. Dive deep into practical cases and boost your web development skills with this guide
2/14/2021Optimizing Scripts in Umbraco - Bundling and Minification
Boost your Umbraco v8 site's speed and SEO. Learn the importance and how-to of script bundling and minification using Microsoft.AspNet.Web.Optimization library.
3/26/2020Enhanced Logging for Umbraco API
Dive into leveraging custom action filters in Umbraco v8 for efficient exception logging. Here's a comprehensive guide to streamlining your API...
3/25/2020