Hallo liebe WP Gemeinde,
ich will meine erstellte Impressum Seite welche bis jetzt nur in der Naiv zu sehen ist in den footer legen.
Im Moment steht in dem Footer nur 'Proudly powered by wordpress'.
Ich verwende das kostenlose Theme Twenty Twelve.
Dies ist der normale Code des footers:
[code=html]<?php/**
* The template for displaying the footer
*
* Contains footer content and the closing of the #main and #page div elements.
*
* @package WordPress
* @subpackage Twenty_Twelve
* @since Twenty Twelve 1.0
*/
?>
</div><!-- #main .wrapper -->
<footer id="colophon" role="contentinfo">
<div class="site-info">
<?php do_action( 'twentytwelve_credits' ); ?>
<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>/HTML]
Wo müsste ich jetzt die Zeile
[COLOR=#000000][FONT=Helvetica]<a href=„http://www.eingerissenemundwinkel.com/?page_id=114“<impressum</a>
einfügen um das Impressum im Folter sichtbar zu machen?
Liebe Grüße und Danke im Voraus :)[/FONT][/COLOR]