php 十六个九站点首字母缩写。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 十六个九站点首字母缩写。相关的知识,希望对你有一定的参考价值。

<?php
//* Do NOT include the opening php tag shown above. Copy the code below to the end of your functions.php file.

//* Customize the site initials
add_action( 'genesis_header', 'sixteen_nine_site_initials', 5 );
function sixteen_nine_site_initials() {
	echo '<div class="site-initials"><a href="' . home_url( '/' ) . '">16.9</a></div>';
}

以上是关于php 十六个九站点首字母缩写。的主要内容,如果未能解决你的问题,请参考以下文章