傻大憨

wordpress子分类使用父分类模板

子分类使用父分类模板

 function f_category_template($template){
	$category = get_queried_object();
	if($category->parent !='0'){
		while($category->parent !='0'){
			$category = get_category($category->parent);
		}
	}
	
	$templates = array();
 
	if ( $category ) {
		$templates[] = "category-{$category->slug}.php";
		$templates[] = "category-{$category->term_id}.php";
	}
	$templates[] = 'category.php';
	return locate_template( $templates );
}
Published
Categorized as 建站知识 Tagged ,

By 傻大憨

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

获取wordpress主题目录路径的函数

调用wordpress主题目录路径的方法

wordpress任意位置调用指定ID页面的内容

在制作wordpress主题时,有时需要在一些位置调用一些特殊页面的内容。比如,在某个位置调用一段简介之类的。

不靠谱的建网站公司通常具有以下10个特征

企业在选择建网站公司时,需要综合考虑公司的专业性、服务质量等多个方面,避免选择不靠谱的建网站公司,从而确保项目的顺利进行和网站的长期稳定运行。

装备制造、工业设备、机电机械等公司外贸独立站wordpress主题

Ultra奥创工业装备公司WordPress主题以其专业设计、SEO友好和多语言支持等特点,非常适合工业装备和机械设备外贸企业搭建营销展示型独立站。

wordpress根据文章分类自动调用指定页面模板

通过wordpress分类目录的别名来调用指定的single模板

工厂老板应建立与产品核心词相关的站群网站

工厂老板建立与产品核心词相关的站群网站的必要性与优势分析