TAILIEUCHUNG - Hướng dẫn tạo themes cho wordpress part 11

Thiết lập các vật dụng mặc định cho một bên trong chủ đề của bạn chủ đề của bạn có thể có một mục đích cụ thể, hoặc phục vụ một nhóm thích hợp nhất định. Bạn có thể gói một số vật dụng khác nhau với chủ đề của bạn mà cung cấp kinh nghiệm tốt nhất có thể khi sử dụng nó. | Chapter 6 You can add your own placeholder content or default widgets by adding the relevant code just below the dynamic_sidebar function in a file. In the following example the Archives widget has been added as a default widget and will show the 15 most recent posts ul php if dynamic_sidebar 1 Insert default content here li id archives php _e Archives ul php wp_get_archives type postbypost limit 15 ul li ul Learn more about parameters and options for sidebars at the WordPress codex http Customizing_Your_Sidebar. Setting the default widgets for a sidebar in your theme Your theme may have a particular purpose or serve a certain niche group. You may bundle a number of different widgets with your theme that provide the best possible experience when using it. If so you ll likely want to have these widgets inserted into your sidebars when the theme is activated. Getting ready You need to have a theme with a template and at least one of your main theme files must use the get_sidebar function to include the sidebar. In addition your sidebar must be dynamic. Finally you must know the unique IDs of your sidebars and of the widgets that you wish to pre-set in those sidebars. To make your sidebar dynamic see the earlier recipes in this chapter. Back up your current theme and be aware that using this recipe will reset the widgets of the active theme. Sidebars------------------------------------------------------------------------------ How to do it. Open or create your theme s file. In this example we will be inserting default widgets for default search pages categories and recent comments. Insert the following block of code immediately before the closing tag within the file current_theme get_option template target_theme Widgety_Theme if is_admin current_user_can switch_themes isset _GET activated current_theme target_theme preset_widgets array sidebar-one array widget-search-2 widget-pages-3 sidebar-two array .

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.