码迷,mamicode.com
首页 > 其他好文 > 详细

Wordpress页脚

时间:2019-04-25 00:53:22      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:ems   lte   wpf   themes   ant   style   end   bottom   apply   

<?php
/**
 * The template for displaying the footer
 */
?>
            <?php if ( apply_filters( ‘show_flat_credits‘, true ) ) : ?>
                <?php flat_hook_footer_before(); ?>
                <footer class="site-info" itemscope itemtype="http://schema.org/WPFooter">
                    <?php flat_hook_footer_top(); ?>
                    <a href="<?php echo esc_url( __( ‘http://wordpress.org/‘, ‘flat‘ ) ); ?>" title="<?php esc_attr_e( ‘Semantic Personal Publishing Platform‘, ‘flat‘ ); ?>"><?php printf( __( ‘Proudly powered by %s‘, ‘flat‘ ), ‘WordPress‘ ); ?></a>.
                    <?php printf( __( ‘Theme: %1$s %2$s by %3$s.‘, ‘flat‘ ), ‘Flat‘, wp_get_theme()->get( ‘Version‘ ), ‘<a rel="nofollow" href="‘ . esc_url( ‘https://themeisle.com/themes/flat/‘ ) . ‘" title="‘ . esc_attr( ‘Flat WordPress Theme‘ ) . ‘">Themeisle</a>‘ ); ?>
                </footer>
                <?php flat_hook_footer_after(); ?>
            <?php endif; ?>
                <?php flat_hook_content_bottom(); ?>
            </div>
            <?php flat_hook_content_after(); ?>
        </div>
    </div>
</div>
<?php flat_hook_body_bottom(); ?>
<?php wp_footer(); ?>
</body>
</html>

 

Wordpress页脚

标签:ems   lte   wpf   themes   ant   style   end   bottom   apply   

原文地址:https://www.cnblogs.com/honkly/p/10765750.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!