您好,欢迎访问我的资料记录

上传文档

当前位置:首页 > 文章列表 > wordpress首页底部添加备案号

wordpress首页底部添加备案号

<;?php

/**

 ;* The template for displaying the footer.

 ;*

 ;* Contains the closing of the #content div and all content after.

 ;*

 ;* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials

 ;*

 ;* @package PressBook

 ;*/


?>;

<;/div>;<;!-- #content -->;


<;footer id=";colophon"; class=";site-footer";>;

<;?php

do_action( ';pressbook_after_footer_start'; );


get_template_part( ';template-parts/footer/block-section'; );


get_template_part( ';template-parts/footer/widgets'; );


get_template_part( ';template-parts/footer/copyright-text'; );


do_action( ';pressbook_before_footer_end'; );

?>;

<;/footer>;<;!-- #colophon -->;


<;?php if ( ! PressBook\Options\Footer::get_hide_go_to_top() ) { ?>;

<;a href=";#"; class=";go-to-top"; aria-label=";<;?php esc_attr_e( ';Go to top';, ';pressbook'; ); ?>;";>;<;/a>;

<;?php } ?>;

<;/div>;<;!-- #page -->;


<;?php wp_footer(); ?>;

<;/body>;

<;/html>;


暂时没有评论,评论一个吧?

您需要登录后才能评论 , 去登录

发表文章

Powered by DS文库

Copyright © 我的资料记录 All Rights Reserved. 冀ICP备11005293号-10
×
保存成功