Đang chuẩn bị liên kết để tải về tài liệu:
Tìm Hiểu về Wordpress - part 8

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

Tham khảo tài liệu 'tìm hiểu về wordpress - part 8', công nghệ thông tin, đồ họa - thiết kế - flash phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | WHICH TEMPLATE FILE WILL WORDPRESS USE T H E TEMPLATE H E 1 R A R C H Y PAGE TYPE tries first triest next tries last 404 4O4.php index.php SEARCH search.php index.php TAXONOMY taxonomy- taxHterm .php taxonomy- tax .php taxonomy.php archive.php index.php HOME home.php index.php ATTACHMENT mime-type .php attachment.php single.php index.php SINGLE single- post-type .php single.php index.php PAGE custom-templatef.php page- slug .php page- id .php page.php index.php CATEGORY category- slug .php category- id .php category.php archive.php index.php TAG tag- slug .php tag- id .php tag.php archive.php index.php AUTHOR author- author-nicename .php author- author-id .php author.php archive.php index.php DATE date.php archive.php index.php ARCHIVE archive.php index.php 3.3.1 Kicking It Off with the Header If you had never seen the files in a WordPress theme before you could probably guess which file is responsible for the top of pages. It s everybody s favorite theme file header.php 3.3.2 The DOCTYPE and HTML Attributes In 99.999 of all themes the header file is the first file that is called when WordPress is rendering any type of web page. As such its contents begin with the same code that all web pages begin with namely the DOCTYPE. This isn t the time or place to talk about why to chose one DOCTYPE over another there are plenty available to choose from but suffice it to say that XHTML 1.0 Strict is a very common DOCTYPE choice these days. Here s how it looks in the source code DOCTYPE html PUBLIC - W3C DTD XHTML 1.0 Strict EN http www.w3.org TR xhtml1 DTD xhtml1-strict.dtd Directly after any site s DOCTYPE element is the opening HTML tag which has a number of attributes that work with the DOCTYPE to prepare the browser for what to expect from the source code. Two commonly seen attributes for the html tag include language attributes and XML namespace declarations. At this point WordPress jumps in to help define the page s language attributes html xmlns http www.w3.org 1999 .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.