Hallo,
ich hab folgendes Problem:
Ich benutze als WP-Theme "Autofocus".
Wie kann ich bei diesem Theme den "Home Link" ändern?
Die Möglichkeit wie sie oft Beschrieben wird und mit anderen Themes funktioniert, funktioniert in meinem Fall nicht.
Hier der Auszug vom Code:
PHP
<div id="wrapper" class="hfeed">
<div id="header">
<h1 id="blog-title">
<div id="menu">
<a href="<?php echo get_option('home') ?>/" title="<?php bloginfo('name') ?>" rel="blog"><?php bloginfo('name'); ?></a></h1>
<div id="blog-description"><?php bloginfo('description') ?></div>
</div><!-- #header -->
<div id="access">
<div class="skip-link"><a href="#content" title="<?php _e('Skip navigation to the content', 'sandbox'); ?>"><?php _e('Skip to content', 'sandbox'); ?></a>
</div>
<?php sandbox_globalnav() ?>
</div><!-- #access -->
Alles anzeigen
Wo und was muss ich eintragen wenn ich will, dass die Homeseite auf eine andere Seite verlinkt?
Vielen Dank schon einmal.
Gruß
G2G