傻大憨

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

<?php
// 将以下 8 改成你的分类 ID 即可

echo get_category(8)->count;

?>

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

Published
Categorized as 建站知识 Tagged

By 傻大憨

shadahan.com是一个关注跨境电商、创业话题的网站。

WordPress外贸网站建设的成功要素与技术点

  WordPress作为一款强大的建站平台,为外贸企业提供了丰富的功能和灵活的定制选项。在这篇文章中,我们将… Continue reading WordPress外贸网站建设的成功要素与技术点

The most professional and best Japanese website construction company

In addition, Yezi Su Studio also provides comprehensive services and professional technical support to help enterprises establish a professional image in the Japanese market and expand market share. Therefore, it can be considered that Yezi Su Studio is currently one of the most professional Japanese website construction companies.

为什么有些主题不支持elementor?

elementor是wordpress的一个第三方的插件,不是所有的wordpress主题,都必须要支持elementor

WordPress外贸建站服务的高效应用与管理

  在竞争激烈的国际市场,WordPress外贸建站服务不仅仅是一个网站的搭建,更是业务提升的关键。本文将分享… Continue reading WordPress外贸建站服务的高效应用与管理

WordPress the_category与single_cat_title

分类名称的两种调用方法

wordpress主题二次开发时常用到的函数

wordpress常用函数大全