Blog / Página 8

1 min

31 words

If you write ugly code, anyone who intends to fix a bug or add a feature will not enjoy his work and likely avoid it next time.

Bram Moolenaar

Vim’s creator

2 min

351 words

One of the recurring conversations in gatherings over a beer is the current trend, by many “developers”, of not really programming to client needs but simply using modules/components/plugins/…

component usage

Excessive use of components for very simple needs

This causes the final solution to be nothing more than an amalgamation of elements, many of which were not designed for that function, and others that are really not necessary, that only create the sensation that everything is solved, but as an “AS IS” solution. The kind where you don’t touch them, because we don’t know if something might fail, nor how, nor why.

1 min

147 words

Theme My Login is a plugin that allows us to adapt all elements related to: Registration, Login, … of a WordPress site to our needs.

Inside the plugin folder, we find the templates in the “templates” folder. As is standard practice, we should not modify these templates directly. We can copy them to the root of our theme and modify them there. From that point on, those templates will be used by our site, without a plugin update affecting the changes made.