All about unix linux freebsd and FAQ for Packetlove.com Web hosting , Mail hosting , VoIP + IP PBX server > รวมทุกอย่างเกี่ยวกับ Wordpress การติดตั้ง Plugin ปัญหา แนวทางแก้ไข

is_category add banner picture seperate slug and slug no special char

(1/1)

golfreeze:
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))

นำร่อง

[0] ดัชนีข้อความ

Go to full version