Use multiple PHP versions on macOs ✦
First you need to install whatever PHP version you need for a project: Then, you can switch between different PHP versions: References
First you need to install whatever PHP version you need for a project: Then, you can switch between different PHP versions: References
I recently got asked about a good resource for learning PHP and I think this course by Jeffrey Way is really it. It starts from the very basics and you end up slowly building your own little Laravel-like framework, which is of course intentional, since it’s a Laravel tutorial site, but that doesn’t make it…
Recently I had to loop through a series of elements in a WordPress template (thanks Timber), which happened to be using Bootstrap. If you ever used Bootstrap, you are familiar with the following markup: The problem here is very common. You have to: Loop every 3/4/n items. Insert a separator or whatever every 3/4/n items.
[!] Esta entrada tiene más de 10 años Los tipos de datos customizados (Custom Post Types) en WordPress fueron uno de los agregados más importantes de la versión 3. Agregan a la plataforma un soporte nativo para cualquier tipo de dato, conviertiendose cada día más en un CMS completo (nos guste o no.) En la…