There are two kinds of persons que deciden involucrarse en el desarrollo de WordPress.
El primer tipo de personas son aquellas que ya son desarrolladores de una forma u otra y toman la decisión de aprender más sobre WordPress. El segundo tipo de personas son aquellas que no tienen experiencia real en codificación, pero necesitan jugar con su sitio Web actual de WordPress para cambiar algo que no les gusta.
WordPress is an excellent medium to learn more about development, so it is especially suitable for those who learn things the way they need to. It works particularly well as a learning tool for new developers for a number of reasons.
The building blocks of WordPress
Hay varios lenguajes de codificación diferentes que deben aprenderse para aprovechar al máximo el desarrollo de WordPress. En esencia, WordPress se basa en uno de los lenguajes de programming más comunes en la web, PHP. Al mismo tiempo utiliza una gran cantidad de HTML, CSS y un poco de Javascript para varios aspectos.
Hay otros lenguajes de codificación y estándares involucrados (dicho de otra forma, XML and MySQL), pero realmente no es necesario aprender demasiado sobre ellos al comienzo de su viaje de desarrollo.
The three main languages you need to learn to become a WordPress developer (in descending order of difficulty and need) are PHP, CSS, and HTML.
PHP controls how everything within WordPress interacts and how it connects to the MySQL database. It can be used to create some amazing functions and is the key language to learn for all aspects of WordPress.
The next most important thing to learn is CSS. This is how you design your website. It is the way to differentiate your site from everyone else on the web. It can be extremely difficult to master and will require a lot of study to get the most out of it.
HTML is the structure around which the functions created in PHP and the style defined by CSS are built. It is the easiest language to learn, but extremely important for creating a well-built website.
Javascript is the fourth language you can learn to use with WordPress. It's not one you need to worry about at the beginning of your WordPress development journey, but it's worth researching it once you're comfortable with the other three.
Development paths to explore
There are three main paths to take if you are interested in learning about WordPress development.
Thematic development
El desarrollo de temas es la entrada más común en el desarrollo de WordPress. La mayoría de los desarrolladores de WordPress comienzan su proceso de aprendizaje con temas. Ya be que tenga un tema que deba personalizarse por una razón u otra, o si decide crear un tema propio, este es un excelente lugar para comenzar.
Theme development involves the three core development languages and you will learn how WordPress integrates with all of its aspects. It comes with the added benefit of allowing you to see the code for other themes and learn how they are put together.
Creating a theme from scratch is a great way to learn all aspects of WordPress.
Plugin development
Creating a plugin is not usually something those who start coding will try to play with their site. There are too many things that can go wrong with a poorly written plugin for beginners.
Those who have prior knowledge of PHP and are looking to fix a particular problem they are experiencing with WordPress are more likely to follow this path early on. The main factor in plugin development is that you are only limited by your imagination.
Puede cambiar una instalación predeterminada de WordPress en prácticamente cualquier cosa con buenos complementos. Los ejemplos de complementos actualmente disponibles incluyen foros, redes sociales, sitios de membership y muchas otras cosas.
Desarrollar el software principal
This is not for the faint of heart.
Getting involved in core software development for WordPress requires great skill. This is not something those with no prior PHP experience should try.
Learning sources
Although WordPress development can be tricky, there are an enormous amount of resources on the web that can help you with whatever problems you are facing.
Chances are, if you're stuck on something, the solution is already available. This is where you should start looking.
The codex
the WordPress Codex it should be the first stop for any development question.
It is an extraordinary resource that details every function and code within the WordPress software. It includes many articles and tutorials to get you started with WordPress and is arguably the best resource on the subject.
Tutorials
Existe una amplia gama de tutoriales en Internet para que pueda comenzar con el desarrollo de WordPress. Tenemos muchos de ellos aquí en nuestro Blog de WordPress. Hay numerosos tutoriales gratuitos disponibles para que los estudie, pero al mismo tiempo hay varios cursos premium y tutoriales que puede usar (.
A la vez de los tutoriales para aprender sobre el desarrollo general, al mismo tiempo hay una serie de tutoriales específicos que te enseñarán a realizar diversas tareas. Una búsqueda rápida en el buscador de Google le proporcionará material de lectura para días.
Forums
There are several specific forums for developers. Not all of them are noteworthy to read regularly, but they are an ideal place to ask questions about the problems you are having. Not all the answers you receive will be worth it, but they can be quick and helpful places to get answers to specific questions.
exist WordPress specific forums, or general developer forums like Stack overflow para que investigue. Cabe destacar tomarse el tiempo para descubrir un forum que se adapte a usted y hacer preguntas a los usuarios más experimentados.
Get involved in the community
The WordPress community is a vibrant and active place where you can learn everything there is to know about the software. It is not simply full of encoders. The WordPress community includes designers, translators, documentation writers, and many other types of people, all of whom can give you a different perspective on your development queries.
There are many ways to participate in the WordPress community. You can use beta versions of the software and provide feedback. You can talk to current plugin developers and lend your coding skills or help test and troubleshoot new versions.
There is a great article in the Codex about how to contribute to WordPress and if you want to participate, it is worth reading it. If you think creatively, there will be some way to give back to the community.
conclusion
Learning about WordPress development is a difficult and time-consuming task, but it can be extremely rewarding. If you take the time to learn the software, you can start shaping your WordPress website in many ways.
Whether you develop your own themes, introduce a plugin to the WordPress repository, or get heavily involved in future core software development, immersing yourself and getting involved in the WordPress community in some way will help you progress much faster.
Have you recently started your WordPress development journey or is it something you hope to start soon? If you are an experienced WordPress developer, how would you recommend people to get started? We'd love to hear your thoughts in the comments.