PHP a vývoj ve WordPressu
Aus Znalosti
Zásadní článek:
Learning PHP for WordPress Development: A Comprehensive Guide - Daniel Pataki
A v něm užitečné odkazy:
Inhaltsverzeichnis
Dokumentace WordPressu:
- WordPress Codex – The main page for all the WordPress documentation. The Codex will soon be replaced by Developer Resources
- Template Tags – Functions you can use in loops
- Conditional Tags – Functions that return true or false in specific scenarios
- WP_Query Reference – The place to go if you need a custom query
- Function Reference – A huge list of functions you can use
- Action Reference – If you need to run your own functions
- Filter Reference – If you need to modify strings or arrays used by WordPress
- Hook Reference – Complete action and filter reference
- Writing A Plugin – The starter guide to writing plugins
- Theme Development – The started guide to creating a theme
- Child Themes – A guide to creating a child theme
- WordPress APIs – A list of the APIs WordPress uses
- Class Reference – A list of classes WordPress uses
Ucelené kursy:
- Codecademy – Codecademy have interactive classes for a number of languages
- Treehouse – Amazing videos on a variety of coding related topics
- Tuts+ – Great courses on a number of different topics
Kam pro pomoc:
- WPMU DEV Forums – Our forums are a great place to ask for help!
- Stack Overflow – Very popular coding related forum
- WordPress Support Forums – Official WordPress forums
Pokročilá témata:
- Sass – CSS with superpowers
- LESS – CSS with support for variables and functions
- OOP PHP – Object Oriented PHP
- SQL Tutorial – Learn how to query the database yourself
- Laracasts – Modern PHP and Laravel Tutorials
- Koala – Free, cross platform code compiler
- Prepros – Premium, cross platform code compiler
- CodeKit – My favorite OSX code compiler
- Grunt – Free, terminal based code compiler