Setup Pages

Post Card Color Settings

Color setting

You can easily change the color of the card. Just use the color name in your post tag, color will automatically show in the post card. You can use the specic color for the posts.

  • purple
  • grape
  • nevy
  • carrot
  • pink
  • violet
  • blue
  • azure
  • rosepink
  • space
  • lightgray

Attention Please

color tag will not show in the tag list and other pages. In the homepage, only primary tag will show. If you don't provide feature image of post, the solid gradient color will show.




Search API and Activation

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.

  1. Go to to Settings > Integrations > Custom integrations > + Add custom integration
  2. Enter a name of "New Custom Integration" and create
  3. Copy Content API Key fro API Keys
  4. Go to Settings > Code injections > Blog Header
  5. Add 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:

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 change the footer links and text from the theme files.

  • Open the theme folders
  • Go to partials > footer-1.hbs and open in a code editor
  • Change the footer links from footer-1.hbs file. See the screenshot






Popular Post in the right sidebar

To show post in the right sidebar, please use popular tag in the post. If you use popular tag, this post will show automatiacally.

How the popular post will show





Portfolio Page

You can add a portfolio page very easily.

  • Create a page and use custom template Portfolio
  • Use portfolio tag in the post and that post will show in the postfolio page automatically




Blog page

Create a page and select the custom template Blog from the page settings. In the blog page, all tags will show with posts sequentially.




Blog page with right sidebar

Create a page and select the custom template Blog from the page settings. In the blog page, all tags will show with posts sequentially.




Tag List Page

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






Author List

setup Create a page with any name and select the page template Authors from the custom template settings.

Contact page

Create a page name contact or any name and put the html code of contact pages that I attached in the theme. Take HTML from the editor's + sign and paste the code.

You can change easily your eamil address and contact address, map from HTML code.

Setup posts to show per page

"config": {
	"posts_per_page": 8
}

Change posts_per_page’s value as your wish. After changing this you need to restart your ghost

ghost restart
Last Updated: 2/14/2019, 6:33:09 PM