Golfreeze.packetlove.com: Life style of Golfreeze Canon400D Family kammtan.com Jazz Freebsd Unix Linux System Admin guitar Music

All about unix linux freebsd and FAQ for Packetlove.com Web hosting , Mail hosting , VoIP + IP PBX server => รวมทุกอย่างเกี่ยวกับ Wordpress การติดตั้ง Plugin ปัญหา แนวทางแก้ไข => Topic started by: golfreeze on กุมภาพันธ์ 08, 2019, 09:01:52 PM

Title: is_category add banner picture seperate slug and slug no special char
Post by: golfreeze on กุมภาพันธ์ 08, 2019, 09:01:52 PM
is_category add banner picture seperate slug and slug no special char

###Single banner
is_category(travel) || (is_single() && in_category(travel))
###Single banner
is_category(eatingout) || (is_single() && in_category(eatingout))

###Combine with 3 banner in page and slug with no “-“ if have “-“ bug will occurred.
is_category(healthybeauty) || (is_single() && in_category(healthybeauty)) ||
is_category(bbeauty) || (is_single() && in_category(bbeauty)) ||
is_category(bhealthy) || (is_single() && in_category(bhealthy))