Изменить подвал темы
-
Добрый день.
Тема start. Как изменить ее подвал, что бы тема корректно обновлялась и не нужно было бы менять все заново?Вот что в футере:
<?php /** * The template for displaying the footer. * * Contains the closing of the #content div and all content after * * @package start */ ?> </div><!-- #content --> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="container"> <div class="site-info"> <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'start' ) ); ?>"><?php printf( esc_html__( 'Proudly powered by %s', 'start' ), 'WordPress' ); ?></a> <span class="sep"> | </span> <?php printf( esc_html__( 'Theme: %1$s by %2$s.', 'start' ), 'start', '<a href="http://ingenious-web.com/" rel="designer">Ingenious Solution</a>' ); ?> </div><!-- .site-info --> </div><!-- .container --> </footer><!-- #colophon --> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>
Просмотр 1 ответа (всего 1)
Просмотр 1 ответа (всего 1)
Тема «Изменить подвал темы» закрыта для новых ответов.