Can someone help me with this one:
I can't find the right place to put 'things' in the footer
(like links to 'Privacy' 'Disclaimer' enz but also a twitter and Skype button.)
Help is very welcome :roll:
Hello, if you have something like this in the index.php of your template
<div id="footer">
<?php page_footer(); ?>
</div>
so you can fill it in the backend in the tab Settings > Website Footer
There is a <?php page_footer(); ?> in drytzel.
You have to set it in the WB -> Options -> Footer
Thank you for your replies.
I was away on vacation, but now I'm back and would like to solve the problem, but unfortunatly ther is no 'Footer' in 'Options', so where do I set the links?
Thanks again!
There should be a field named Website Footer:
You can place your footer text there.
I understand that the Website Footer should be there, but it isn't.
The only place Website Footer is mentioned is in the Search options...
(See attachment) This is in Dutch, but you might recognize it :-)
Is that the place to make the footer links visible?
I'm not sure.
Which version are you running?
It should be under 'standaardinstellingen'.
But you could also 'hardcode them in your template'.
E.g.:
<div id="footer">
<a href="link-to-privacy-page.php">Privacy</a>
<a href="link-to-disclaimer-page.php">Disclaimer</a>
<a href="link-to-twitter.php">Paste witter button code here</a>
<a href="link-to-skype.php">Paste skype button code here</a>
</div>
You should change the links and maybe the text, and place the twitter and skype button in there but that ahould work.
Regards Robin
Ps if you don't get it working send me a PM with login info. (I'm also dutch so you can send it in dutch)