hi, how to insert some links in the footer block? In the backend, there's no block area where I can insert myself a new page or a new link in the footer.
cheers
i've you have the <php> snippet for the footer you can change it in the backend under options>footer...
the snippet for the template looks like there:
http://help.WebsiteBaker.org/pages/en/advanced-docu/designer-guide/adding-template-functions.php (http://help.websitebaker.org/pages/en/advanced-docu/designer-guide/adding-template-functions.php)
under "dynamic footer"
or you must the links hardcode in the template index.php
for example with the new addon file editor on the amasp project!
get it there http://www.websitebakers.com/pages/admin/admin-tools/addon-file-editor.php (http://www.websitebakers.com/pages/admin/admin-tools/addon-file-editor.php)
regards martin
hi, thanks for your help. I followed all your advice. I installed the
addon-file-editor. It works fine. But I don't know yet how to insert the links in the footer.
I see the options --->footer ----> and then I enter my text but how to enter links. I have to enter the html code?
<div id="footer">
<?php page_footer(); ?>
</div>
is already implemented in the index.php of the template.
Hi,
I think this could be helpful for you http://www.w3schools.com/HTML/html_links.asp (http://www.w3schools.com/HTML/html_links.asp).
hth
albatros