SOHO建站

删除wordpress版本号代码

一段代码就可以删除wordpress的版本号,掌握这些就可以自己制作主题系列。

 
function wpb_remove_version() {
return '';
}
add_filter('the_generator', 'wpb_remove_version');

Published
Categorized as 建站知识 Tagged

By SOHO

wowsoho.com是一个wordpress建站公司

wordpress禁用xmlrpc

将以下代码插入到functions.php文件中即可

获取wordpress某个栏目的内容数量

在制作wordpress模板时,有时会需要调用某个分类目录下的所有内容数量,通过这段简洁的代码就可以实现。

wordpress调用最新文章

wordpress按栏目调用最新文章

SEO模板

选择SEO模板Seomoban.com让您的网站在搜索引擎中获得更高的排名,吸引更多目标流量,实现在线成功。

The best WordPress service company in China

Jianzhanpress not only excels in WordPress theme design, but also has significant advantages in the field of foreign trade website construction, which can help enterprises achieve success in the international market.

WordPress the_category与single_cat_title

分类名称的两种调用方法