Hallo Forummer
Als Neuling in der Wordpressprogrammierung tue ich mich schwer.
Wie stelle ich es an an Stelle der Tabelle eine Seite "Sponsoren" an zu zeigen?
Besten Dank für eure Hilfe.
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*
* @package Publish
* @since Publish 1.0
*/
?>
</div><!-- #main .site-main -->
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info" style="text-align:center;">
<table width="90%" border="0">
<tr><th scope="col">
<marquee width=99% onmouseover="this.stop()" onmouseout="this.start()">
<b> <SCRIPT src="../motto.txt" language="JavaScript"></SCRIPT></a></b>
</marquee>
</th></tr>
</table>
<table width="90%" border="0" align="center" cellpadding="5">
<tr>
<th width="18%" scope="col"><a href="http://www.berchtold-kuechen.ch/" target="_blank">
<img src="/wp-content/themes/publish/img/Logo_Berner_k.jpg" alt=""/></a>
</th>
<th width="18%" scope="col"><a href="http://www.hermann-stansstad.ch/" target="_blank">
<img src="/wp-content/themes/publish/img/Logo-Hermann_k.jpg" alt=""/></a>
</th>
<th width="18%" scope="col"><a href="http://www.imobersteg.ch/" target="blank">
<img src="/wp-content/themes/publish/img/Logo_WIM_k.jpg" alt=""/></a>
</th>
<th width="18%" scope="col"><a href="http://www.niedermann-hlk.ch/" target="_blank">
<img src="/wp-content/themes/publish/img/Niedermann_HLK.jpg" alt=""/></a>
</th>
<th width="18%" scope="col"><a href="http://www.schweizerindex.ch/" target="_blank">
<img src="/wp-content/themes/publish/img/Logo-Schweizerindex.jpg" alt=""/></a>
</th>
</tr>
</table>
<span style="color:#000000;">Frohsinngesellschaft Stans</br>
Postfach 307 </br>
6371 Stans</br>
Copyright © 2008-2014</span>
</div><!-- .site-info -->
</footer><!-- #colophon .site-footer -->
</div><!-- #page .hfeed .site -->
<?php wp_footer(); ?>
</body>
</html>