Menia

    Menia - Responsive Minimal and Creative Ghost Theme

    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.

    Live Preview Buy Now

    Free Theme Support

    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​


    Support includes

    • Responding to questions or problems regarding the item and its features
    • Fixing bugs and reported issues
    • Feature Request
    • Providing updates to ensure compatibility with new software versions

      Item support does not include

    • Customization and installation services. ( You can ask paid support )
    • Support for third party software and plug-ins

    Installation

    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

    Settings Navigation

    Setup blog General Information

    Go to:

    • General > Title and Description
    • General > Publication icon for Favicon
    • General > Publication logo for Logo
    • General > Publication cover for Cover Image

    General > Title & description

    Settings Navigation

    Setup pages

    New Page

    To create new page, go to Dashboard > pages > New page Give the title for new page

    Tag

    To create tag, go to Dashboard > Tags

    Authors

    To create Author, go to Dashboard > Staff


    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:



    Instagram Activation

    Instagram will not work when you install the ghost theme. You need to add Instagram Access Tocken for the showing instagram image of your instagram profile. Follow the instraction to generate instagram Access Token. Here

    **After generating instagram access token you need to follow these two steps: **

    1. Go to Settings > Code injections > Blog Header
    2. Add script like this to add api key. Don’t change the variable name.
    <script>
        var instaAccessToken = "57858318.9669071.24fc47828c6944c48248a2564145e9"
    </script>
    

    Replace your instagram access token with your access token that you created.

    Instagram Access Token Injection:

    Instagram Feed:

    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.



    Setup custom pages with templates

    You can set custom page using page template like tag list, author lists, portfolio

    Tag List Page

    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.



    Setup posts to show per page

    "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