Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
Dann machst du etwas falschIch kann einen Link in die footer.php reinstellen, doch der ernscheint dann nicht dort, wo ich ihn haben möchte. Und vorallem nicht in der gleichen Schrift wie das "Quartel 2011"
</div><!-- #main -->
<?php
// action hook for placing content above the footer
thematic_abovefooter();
?>
<div id="footer">
<?php
// action hook creating the footer
thematic_footer();
?>
</div><!-- #footer -->
<?php
// action hook for placing content below the footer
thematic_belowfooter();
if (apply_filters('thematic_close_wrapper', true)) {
echo '</div><!-- #wrapper .hfeed -->';
}
?>
<?php
// calling WordPress' footer action hook
wp_footer();
// action hook for placing content before closing the BODY tag
thematic_after();
?>
</body>
</html>
thematic_footer()
Da ist kein Link drin. Aber was ist das für eine seltsame wordpressdatei?Sorry...
<?php
//
// Custom Child Theme Functions
//
// I've included a "commented out" sample function below that'll add a home link to your menu
// More ideas can be found on "A Guide To Customizing The Thematic Theme Framework"
// http://themeshaper.com/thematic-for-wordpress/guide-customizing-thematic-theme-framework/
// Adds a home link to your menu
// http://codex.wordpress.org/Template_Tags/wp_page_menu
//function childtheme_menu_args($args) {
// $args = array(
// 'show_home' => 'Home',
// 'sort_column' => 'menu_order',
// 'menu_class' => 'menu',
// 'echo' => true
// );
// return $args;
//}
//add_filter('wp_page_menu_args','childtheme_menu_args');
// Unleash the power of Thematic's dynamic classes
//
// define('THEMATIC_COMPATIBLE_BODY_CLASS', true);
// define('THEMATIC_COMPATIBLE_POST_CLASS', true);
// Unleash the power of Thematic's comment form
//
// define('THEMATIC_COMPATIBLE_COMMENT_FORM', true);
// Unleash the power of Thematic's feed link functions
//
// define('THEMATIC_COMPATIBLE_FEEDLINKS', true);
?>
Das ist echt anstregend mit dir. Du hast gesagt:Ja, doch was anderes gibt es leider nicht :-(
und jetzt zeigst du uns permanent Code, wo kein einziger Link drin ist. Wenn du keinen Link eingebaut hast, dann kann er such nicht erscheinen.Ich kann einen Link in die footer.php reinstellen, doch der ernscheint dann nicht dort, wo ich ihn haben möchte. Und vorallem nicht in der gleichen Schrift wie das "Quartel 2011"