Setup Pages

Home Page Cover

Setup

navigate to Settings > General > Publication Cover






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.






Tag List Page

Setup: Create a page with any name and give tags in Post URL






Author List

Create a page name Authors or anything and select the page template Authors from the settings. You will get 2 author list page template. Authors Style 1 and Author Style 2 , Author Style 3. Select one of them.

Setup posts to show per page

"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
Last Updated: 2/4/2019, 7:19:51 AM