Wordpress页脚

Posted honkly

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Wordpress页脚相关的知识,希望对你有一定的参考价值。

<?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页脚的主要内容,如果未能解决你的问题,请参考以下文章

在外部 php 页面上仅获取 wordpress 页脚

在 Wordpress 中更改页脚颜色

WordPress 页脚菜单显示在顶部菜单位置

WordPress - 代码片段插件

在Wordpress主题中禁用页脚会阻止粘性导航粘滞

markdown 在WordPress中使用jQuery代码片段