|
| BUILDING A VUE V2 JS APP USING VUE-ROUTER by 隐藏人物 |
| https://www.liquidlight.co.uk/blog/article/building-a-vue-v2-js-app-using-vue-router/ |
| bbs.geekaa.com/topic/view/4952.html - 2016年11月19日 |
|
| COLORON GAME: inspiring developers to use SVG Animations, ES6 and Flexbox by 隐藏人物 |
| http://codepen.io/gregh/pen/yVLOyO |
| bbs.geekaa.com/topic/view/4948.html - 2016年11月11日 |
|
| 简化 Woocommerce 支付流程 by 隐藏人物 |
| 免用户填写收件地址等信息:
https://www.wpmayor.com/how-to-remove-the-billing-details-from-woocommerce-checkout/
把加购物车改为直接支付:
http://wpbeaches.com/skip-cart-go-straight-to-checkout-page-in-woocommerce/ |
| bbs.geekaa.com/topic/view/4943.html - 2016年11月1日 |
|
| WordPress 模板自定义设置的代码样板 by 隐藏人物 |
|
'description' => '',
'panel' => 'panel_id',
) );
$wp_customize->add_setting( 'url_field_id', array(
'default' => '',
'type' => 'theme_mod',
'capability' => 'edit_theme_options',
'transport' => '',
'sanitize_callback' => 'esc_url',
) );
... |
| bbs.geekaa.com/topic/view/4933.html - 2016年9月23日 |
|
| Wordpress: Dynamic Sorting of Content when a Button / Link is clicked by 隐藏人物 |
| http://stackoverflow.com/questions/9848593/wordpress-dynamic-sorting-of-content-when-a-button-link-is-clicked |
| bbs.geekaa.com/topic/view/4932.html - 2016年9月15日 |
|
| 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 隐藏人物 |
| Developing a WordPress Theme from Scratch
https://www.taniarascia.com/developing-a-wordpress-theme-from-scratch/
Developing a WordPress Theme from Scratch Part 2: Pagination, Comments, Single Post, Functions, & Custom Posts
https://www.taniarascia.com/wordpress-from-scratch-part-two/
Develop ... |
| bbs.geekaa.com/topic/view/4925.html - 2016年8月14日 |
|
| Video.js by 隐藏人物 |
| http://videojs.com/getting-started/ |
| bbs.geekaa.com/topic/view/4923.html - 2016年7月18日 |
|
| 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日 |
|
| FUSE - 又一个跨平台开发移动应用的方法 by 隐藏人物 |
| YOU DESERVE BETTER TOOLS
Build native apps for iOS and Android
while focusing on designer-developer cooperation.
https://www.fusetools.com |
| bbs.geekaa.com/topic/view/4919.html - 2016年6月22日 |
|
|