Welcome back! Till now we have created templates and content based on those templates. Its a time we start creating a layout. So Layout in Sitecore is similar to a Master page concept in web forms which we will be using on all the pages. So as we know about Static and Dynamic renderings. We … Continue reading Creating a Layout – Part I
Author: RKenkre
Setting up Dictionary Items (Resource Strings)
As we know that we need to manage the Labels as well from Sitecore which call Resource Strings. The example is below: And many such labels, we need to create in Sitecore so that Content Author can manage these label's value. Earlier we use to create a template for Resource string and fetch it like … Continue reading Setting up Dictionary Items (Resource Strings)
Content Creation for the Layout – Part II
So to the continuation of the Content creation which we started in the previous blog, we need to create content for Logo, Copyright, Locations and Contact information. Go to Containers folder under Templates and create containers for Locations & Contact information For Locations For Contact Information Create Folder for Locations under Global. And add the … Continue reading Content Creation for the Layout – Part II
Content Creation for the Layout – Part I
Based on the last blog, we have created the required templates. So lets start adding the content required for creating the layout. Go to Content node (/Sitecore/Content). Right Click >> Insert from template >> Select Folder & name it Global Change the icon to a globe. Create Navigation Folder under Global Create 2 more Navigation … Continue reading Content Creation for the Layout – Part I
Designing templates – the Information Architecture.
Lets design the Information Architecture for the basic Home page of the site. There are couple of things we need to keep in mind while designing the Information Architecture. Some of it are as below: No repeating of the fields. Create one template and inherit the same in the other one. If the value of … Continue reading Designing templates – the Information Architecture.
Understanding the components in the HTML template
Now considering that you have downloaded Logistico.zip, we will understand what all components we will be building. So once you have downloaded the zip, extract it. You will be able to see different HTML files & folders. For simplicity, we will concentrate on Home page first which means we will be concern about index.html file. … Continue reading Understanding the components in the HTML template
Creating a Visual Studio Solution
In the last blog we had done the introduction to the files and folders of Sitecore 9.2 installation. Now lets create a Visual Studio solution to support this Sitecore instance. Open Visual Studio 2017 in an administrator mode. Click on File >> New >> Project. Select Web in left, we are creating ASP>NET Web Application. … Continue reading Creating a Visual Studio Solution
Introduction to the Dummy Website series using Sitecore
Hello Everyone, as I had mentioned, I will create a series on creating a dummy website using Sitecore. I start it with this blog and will explain you what all we will be doing in this series. So first we will install Sitecore 9.2 instance "SitecoreDemo", you can follow my blog for Sitecore 9.2 installation. … Continue reading Introduction to the Dummy Website series using Sitecore
Multi-lingual with Sitecore
Like multi-site is an out of the box(OOTB) feature, multi-lingual is also one of it. This is very handy when you have to create a site in different languages. Also you can set up multi lingual site with minimal efforts. Let’s see a demo; we will add Spanish as an additional language. Go to Sitecore … Continue reading Multi-lingual with Sitecore
Multi-site with Sitecore
Happy New Year 2020 to you and your family. Have a nice year a head 🙂 Sitecore provides multi-site as an out of the box feature. We can use this feature in case our client has number of sites and s/he is willing to have all on Sitecore then using one Sitecore license, we can … Continue reading Multi-site with Sitecore