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 select Tags custom page template from page settings






Author List

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




Portfolio List

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, provide portfolio tag in the post as primary tag

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/7/2019, 12:02:17 PM