Add Footer Menu to Blog Posts Only

Hi, how do I add a footer menu to all the individual blog posts but not the blog index page or any other pages on the site?

My site: http://dev.presencehk.org/

Thanks!

Hi Coracle,

Kindly enabled the Footer Menu option in X > Theme Options > Footer > Footer Menu.

Then to have it only show up on the blog posts only, please add this code in the Global CSS:

body:not(.single-post) .x-colophon.bottom .x-nav {
    display: none;
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.