นำ theme web สวยๆ มาใช้ใน Drupal อย่างไร
ตัวอย่างสร้าง theme web
1.หา theme web สวยๆ
2. เพิ่ม new theme ใน drupal
ขั้นตอน
- สร้าง folder ใหม่ ใน drupal themes > custom > (ชื่อโฟเดอร์themeที่สร้าง)
- สร้าง info file ใน folder ที่สร้างใหม่ (web_name.info.yml)
- name: web_name theme
- description: our new theme web
- core: 8.x
- type: theme
- ใส่สร้างรูปภาพ ที่จะนำมาใช้ใน theme ขนาดเท่ากับต้นแบบ
- copy ไฟล์จาก static version มาใส่ใน drupal
- สร้าง asset library
- Global-styling:
- css:
- theme:
- something.css:{}
3. แก้ local html.html.twig, page.html.twig ตรวจสอบ markup
ประเภทเนื้อหาของ article
สินค้าอื่นๆ