What are raw and rendered values? In Sitecore, there are two ways of getting data out of a field – the raw value or the rendered value. A
Tip: Using bundles with Sitecore
If you are using Bundles with ASP.NET, your generated JS or CSS reference will look something like this: However, because all requests go through Sitecore’s
Language settings in Sitecore
There are a myriad of language settings in Sitecore (both on .config and in the core db) – I sat down and worked out what
Check if item is a MediaItem
You can check if an item is a media item by using: It checks if ‘media library’ is part of the item’s path. (I had
Get items by template ID in XSLT
If you are trying to get an item by template ID in XSLT, the correct attribute is @tid – not templateid, or templatekey.
Retrieve items from a rendering parameter list field in XSLT using sc:SplitValue
You cannot sc:SplitFieldValue on a rendering parameter (e.g. a multilist of items) because that method takes a field name rather than a comma-delimited string of