|
| FullCalendar by 隐藏人物 |
| A JavaScript event calendar. Customizable and open source.
https://fullcalendar.io/ |
| bbs.geekaa.com/topic/view/4949.html - 2016年11月11日 |
|
| WP Customer Area by 隐藏人物 |
| odular all-in-one solution to manage private content with WordPress.
https://wordpress.org/plugins/customer-area/ |
| bbs.geekaa.com/topic/view/4947.html - 2016年11月10日 |
|
| WordPress 模板自定义设置的代码样板 by 隐藏人物 |
| 4.0 Customizer Controls
https://gist.github.com/devinsays/e9c6754340a5253c3ec9
function prefix_customizer_register( $wp_customize ) {
$wp_customize->add_panel( 'panel_id', array(
'priority' => 10,
'capability' => 'edit_theme_options',
'theme_supports' => '',
... |
| bbs.geekaa.com/topic/view/4933.html - 2016年9月23日 |
|
| Using acf_form to create a new post by 隐藏人物 |
| https://www.advancedcustomfields.com/resources/using-acf_form-to-create-a-new-post/ |
| bbs.geekaa.com/topic/view/4928.html - 2016年8月29日 |
|
| WordPress 模板从零开始进阶开发秘笈 by 隐藏人物 |
| art 3: Custom Posts, Custom Fields and Meta Boxes
https://www.taniarascia.com/wordpress-part-three-custom-fields-and-metaboxes/ ... |
| bbs.geekaa.com/topic/view/4925.html - 2016年8月14日 |
|
| WordPress 自定义布局插件: Tailor Page Builder by 隐藏人物 |
| Creating custom layouts in WordPress shouldn't be hard.
Tailor makes it easier than ever to create beautiful and complex websites.
Build beautiful layouts quickly and easily using your favourite theme with this frontend drag and drop page builder.
http://gettailor.com |
| bbs.geekaa.com/topic/view/4920.html - 2016年7月9日 |
|
| WordPress 主题开发技巧:自定义颜色 wordpress theme develop custom colors by 隐藏人物 |
| Customizer: Adding a New Setting
http://code.tutsplus.com/tutorials/a-guide-to-the-wordpress-theme-customizer-adding-a-new-setting--wp-33180
function tcx_register_theme_customizer( $wp_customize ) {
$wp_customize->add_setting(
'tcx_link_color',
array(
'd ... |
| bbs.geekaa.com/topic/view/4839.html - 2016年3月2日 |
|
| CCK Module Basics by 纵云 |
| s a contributed module that allows you to:
Add fields to an existing Drupal content type
Create new custom content types
Drupal Content Types
It's important to understand a bit about Drupal content types. Drupal comes standard with blog, page and story content types. The main difference between t ... |
| bbs.geekaa.com/topic/view/4795.html - 2009年12月7日 |
|
| Creating custom content types with CCK by 纵云 |
| The Content Construction Kit allows you to add custom fields to custom content types using a web interface. In Drupal 4.7 the Content Construction Kit creates both custom content types and custom fields. In Drupal 5.x, custom content types can be created in Drupal core, and the Content Construction ... |
| bbs.geekaa.com/topic/view/4794.html - 2009年12月7日 |
|
| 8种免费开源PHP商城系统介绍 by hgta |
| Sometimes you can not afford to get a custom shopping cart coded, the perfect solution to this situation is to get the best of the Open Source Shopping Carts.
We have used, reviewed and tries our hands on plenty of open source shopping carts and put together a list of the best carts. Following are ... |
| bbs.geekaa.com/topic/view/4761.html - 2009年11月7日 |
|
|