Diziana themes come with two set of headers and footers; a minimal header/footer, and a full header/footer. By default minimal header/footer is enabled in the theme, and a full header/footer can be enabled from settings via Admin UI.
This article explains how you can update placeholder links in the full header without editing the theme's code (which requires code access -- developer license if you purchased a theme from Zendesk Marketplace). If you have code access, and you prefer updating code you can always edit header.hbs file to replace holder links with your own.
To Create a Dynamic Content
To create Dynamic Content (DC) Please, go through the following article here it will provide you a step by step guide for creating Dynamic Content (DC).
To add header links, Copy the below code and add on DC you have created
<a href="#" title="Home">Home</a>
<a href="#" title="Contact Us">Contact Us</a>
<a href="#" title="About Us">About Us</a>
Note: Replace "#" with the target link where you want to send the user when someone clicks on the link.
As an example of how dynamic content is used, to add links on the header you just have to paste the placeholder name which you have been copied as described above step, on the following setting on your theme.
Example: This is the placeholder which we are using as Demo {{dc.full_header_links}}, You just need to copy the placeholder text i.e in this case its full_header_links
Note: To use full header you need to disable the Minimal header from the setting
Output
After adding the provided code on the Dynamic Content (DC) you have created for the header links, then call the Dynamic Content (DC) placeholder on the following setting described above then you will see something like this