Подскажите как убрать ссылки, которые находятся в самом низу страниц и выглядят вот так: Создано BestWebSoft и WordPress.
#1
12 Мая 2014 06:55
Подскажите как убрать ссылки, которые находятся в самом низу страниц и выглядят вот так: Создано BestWebSoft и WordPress.
|
#2
12 Мая 2014 09:23
откройте footer.php в шаблоне
|
#3
12 Мая 2014 11:59
/** * The template for displaying the footer. * * Contains the closing of the id=main div and all content after * * @package aThemes */ ?> </div> <!-- #main --></div> <?php /* A sidebar in the footer? Yep. You can can customize * your footer with up to four columns of widgets. */ get_sidebar( 'footer' ); ?> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="clearfix container"> <div class="site-info"> © <?php echo date('Y'); ?> <?php bloginfo( 'name' ); ?>. All rights reserved. </div><!-- .site-info --> <div class="site-credit"> Hiero by aThemes </div><!-- .site-credit --> </div> <!-- #colophon --></footer> <?php wp_footer(); ?> </body> </html> вот весь мой футер????? |
||||
04.03.2024 12:20 | Подскажите рабочий плагин импорта/экспорта контента WP |
22.04.2022 15:09 | Подскажите плагин или решение заглушка перед входом |
15.08.2021 17:39 | Как убрать смещение меню сайта |
02.06.2020 12:24 | Помогите убрать вывод второго Тега "link rel=canonical" на странице /amp |
07.06.2019 17:23 | Подскажите плагин или скрипт |