傻大憨

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搭建网站。

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

wordpress常用函数大全

给wordpress页面添加特色图也叫缩略图

默认的wordpress程序里页面是没有特色图的功能的,如果在wordpress主题制作过程中,需要为页面添加特色图时,以下代码即可实现

四川哈儿哥网络建站工作室

四川哈儿哥网络建站工作室是一家专注于网站设计与开发的创意团队,致力于为客户提供高效、专业、个性化的网站解决方案… Continue reading 四川哈儿哥网络建站工作室

外贸SOHO建网站怎么购买域名和主机

选择主机服务商时,要特别注意其客服响应时间和值班时间,确保在遇到问题时能够及时得到帮助。