Beiträge von bogey22

    Zu nächst einmal vielen Dank für die Antwort.

    Im Bereich Footer des costumizer kann man leider nicht mehr machen als Farbe, Layout und Text ändern. Gibt es da ein bestimmtes Footer Plugin welches du mir empfehlen kannst?

    liebe Programmiere bin ein ganz großer newbie und nutze daher für meine eigene Webseite Wordpress.
    leider bleibt der footer nicht unten. habe den Code text gefunden weiß aber nicht wie ich es umschreibe.

    Das ist der Code:

    <?php
    /**
    * The template for displaying the footer.
    *
    * Contains the closing of the #content div and all content after.
    *
    * @link https://developer.wordpress.org/themes/basics/…mplate-partials
    *
    * @package Advisto
    */


    ?>


    </div><!-- #content -->


    <footer id="colophon" <?php globaly_footer_class() ?> role="contentinfo">
    <?php get_template_part( 'template-parts/footer/layout', get_theme_mod( 'footer_layout_type' ) ); ?>
    </footer><!-- #colophon -->
    </div><!-- #page -->


    <?php wp_footer(); ?>


    </body>
    </html>


    Was muss ich ändern?