When you purchase our theme. You can download Theme files from Downloads page. Navigate through your purchased items.
Installable Theme File (.zip) - You can upload this file to your Ghost dashboard to install the theme.
Documentation - Contain theme documentation file.
Licensing Folder - Contain all licensing info files.
Attention Please
All of our themes come with free support and currently we handle all support questions through Our Support Facebook Group [recommended for fast support].
You can also mail us for support electronthemes@gmail.com
Login to your ghost blog https://yourdomain.com/ghost then navigate to Designs > Uploads Themes.
Drug your downloaded theme zip file.

Handle theme menu items from Settings > Design in the navigation section

Go to:
General > Title & description

To create new page, go to Dashboard > Stories > New Story Give the title for new stories and mark “Turn this post
into a page” from the settings icon

To create tag, go to Dashboard > tags

To create Author, go to Dashboard > Team


Setup
navigate to Settings > General > Publication Cover

Search will not work when you install the ghost theme. You need to add API for the search option activation. Follow the instraction to make the API key.
Settings > Integrations > Custom integrations > + Add custom integrationContent API Key fro API KeysSettings > Code injections > Blog Headerscript like this to add api key. Don’t change the variable name.<script>
    var contentApiKey = "your api key";
</script>
Replace your api key with your api key that you created.
API Code creation:
 
API code injection:
 
Search result:


When you set up your post as featured, it will add automatically to featured slider. I suggest you to select such a
post as featured post which has post featured image.

Upload routes.yaml to get the routes for membership. It is very important. Without it, membership page will now work. routes.yaml is included with the theme file.

In ghost version 3.x, new features has been released. It is an awesome feature. Subscriber can read paid post like medium after their paid subscription. Delas theme are providing subscription feature.
To enablabe membership, go to Labs > Members (Beta).

Signin page where your user can signin who has aleady account (Free or paid account). When your memmber provide email address they will get a sign in link to his email and using that he/she can login to the site. You can visit here to see the signin page: Signin
signin.hbs in the theme fileSignup page where use can sugnup for the subscriptions (Free or Paid). To edit signup page, go to signup.hbs
Ghost v3 has new feature that is paid subscription. We have added this feature. You can edit subscription/membership prcing table. Go to subscribe.hbs and you will get 3 pricing tables.

After Paid up for the subscribtion, you will get the account page like this:

To edit custom images of Signup and Signin page, go to custom-images.hbs in the partials folder

Setup:
Create a page with any name and select Tags custom page template from page settings

Create a page name Authors or anything and select the page template Authors from the settings.
 
Create a page name Portfolio or anything and select the page template Portfolio from the settings.

To show the post as portfolio in the portfolio page, use portfolio tag in the post

"config": {
"posts_per_page": 6
}
Change posts_per_page’s value as your wish.
After changing this you need to restart your ghost
ghost restart