Mô tả
WP Theme Scripts handles adding scripts to the header, after the body tag and the footer of your theme!
Cài đặt
This section describes how to install the plugin and get it working.
e.g.
- Unzip/Upload
wp-theme-scriptsfolder to the/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Ensure your theme is using
<?php wp_head(); ?>,<?php wp_footer(); ?><?php wp_body_open(); ?>in your templates. - Add scripts via settings –> Theme Scripts.
Hỏi đáp
- Can I add php?
-
No.
- Does the plugin store data after being uninstalled?
-
No, the plugin removes all data so when you’re uninstalling the plugin you will need to move data to a suitable location.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“WP Theme Scripts” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “WP Theme Scripts” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
0.1
- Plugin init

