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 > pages > New page
Give the title for new page
To create tag, go to Dashboard > Tags
To create Author, go to Dashboard > Staff
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 integration
Content API Key
fro API KeysSettings > Code injections > Blog Header
script
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:
To make the post as featured, go to the posts and make the post as featued. 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
.
You can set custom page url on your header & footer like Authors
, Tags
, Blog
, Contact
, Forums
just eidite your location url in header.hbs
follow the below instructions
just eidite your location url in footer.hbs
follow the below instructions
You can set custom page using page template like tag list
, author lists
, portfolio
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 Contact
or anything and select the page template Portfolio
from the settings.
To add posts on popular news section, add popular
tag on the post. The post will come automatically in the popular news section.
"config": {
"posts_per_page": 7
}
Change posts_per_page
’s value as your wish on package.json
file in the theme file.
After changing this you need to restart
your ghost
ghost restart