zoukankan      html  css  js  c++  java
  • 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>
  • 相关阅读:
    awk
    tac
    cat
    less
    more
    head
    vim
    linux安装redis
    Redis for Python开发手册
    Python3.x标准模块库目录
  • 原文地址:https://www.cnblogs.com/honkly/p/10765750.html
Copyright © 2011-2022 走看看