Help with site footer on Ixiom
-
I’ve created a few pages to our site and I can’t seem to get the footer to show up anywhere. I also don’t know how to get the pages not to have the blog posts at the bottom.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
I don’t see any footer widgets added to your site at http://justgive.org/. What exactly do you want to show in the footer?
The only way to add something to the footer in this theme is via a widget, so go to My Site ->Design ->Customize ->Widgets, and add a widget to any of the footer widget areas. Then it should appear.
I also don’t know how to get the pages not to have the blog posts at the bottom.
That is a feature of your theme’s front page – if you set a static page as front page, it will automatically show a number of most recent posts at the bottom, below any other content you add to the page.
You should not see these appearing on any other pages on your site, only the front page.
If you don’t want it on the front page either, you can hide it using this CSS:
div#front-page-recent-posts { display: none; }You add this code on a new line at My Site ->Design ->Customize ->CSS
- The topic ‘Help with site footer on Ixiom’ is closed to new replies.