WordPress
-
How To Install WordPress on Debian 11 with Nginx and PHP-FPM
WordPress is the content management system (CMS) most used in the world. WordPress is used by 64% of all the CMS, the 43% of all websites in the web. WordPress is also Open Source, what means is free! and mainly oriented to the creation of blogs, content websites and eCommerce. This famous CMS is based…
-
Programando un bloque Gutenberg de WordPress en React desde cero
El día 21 de Enero de 2023 di una charla en la WordCamp Zaragoza 2023 sobre Bloques Gutenberg y React. Existe una sensación en la comunidad WordPress de que si no tengo un conocimiento avanzado de React y las tecnologías SPA, no podré crear un bloque Gutenberg… ¡Mentira! No necesitas ser un gurú de React…
-
WordCamp Zaragoza 2019
Last weekend was the second edition of the WordCamp Zaragoza. In this edition I participated as Speaker, like I did in the 2018 edition. A WordCamp is a conference that focuses on everything about WordPress. The talk: This year (2019) I talked about how to identify if you have a good website, or you have…
-
WordCamp Zaragoza 2018 – My experience as a speaker
I spoke at the WordCamp Zaragoza 2018 about the plugins and the WordPress.org official repository. If you couldn’t attend my presentation, you can review it here! 😀
-
Update WordPress without FTP
In some cases, WordPress asks you for your FTP details when trying to update the core or the plugins. This is a common issue whereby the WordPress system can’t write to your /wp-content folder. This post shows you How to Update WordPress Automatically Without Using FTP.
-
4 Plugins to improve your WordPress Admin
WordPress is one of the most popular Content Management Software (CMS) systems out there. It’s relatively easy to use, but can be made even simpler when you include a modular and ordered administration panel for users.
Search
Recent Posts
- Descubre la Inteligencia Artificial con una Guía Práctica y Accesible
- How to Test WordPress Plugins with PHPUnit in 2024: A Step-by-Step Guide
- How to Create and Activate a Virtual Environment with Python venv
- Pillow Tutorial: Image Manipulation in Python
- PacMan – DFS Problem on HackerRank solved in Python 3