Bitácora del Alzheimer – Abril 18 – 2025

18 de abril de 2025 — Viernes Santo Hoy es uno de esos días que se quedan tatuados. Eran cerca de las once de la mañana. Isabella y yo aún estábamos en ese limbo entre las sábanas y la realidad, cuando María Elena irrumpió en la habitación. Entró confundida, agitada, con el rostro desencajado. “No […]

Hide WordPress block editor for pages with a specific page template

Recently I had the requirement in a project where I wanted to remove the block editor, only for pages that had a specific page template assigned. In my case the page template was inside the templates folder of the theme and the filename was page-content.php. This meant the page template had a slug of: templates/page-content.php The following code, […]

Eres más Resistente de lo que Crees

A partir de mis observaciones, he descubierto que sistemáticamente subestimamos nuestra resistencia de cuatro formas: Somos más flexibles de lo que creemos. A lo largo de tu vida, has sido entrenado para adaptar y ajustar tu comportamiento en diferentes contextos. Piensa en la amplia gama de personas en tu círculo social con las que ya […]

Like water…

Yesterday, I had a very difficult moment with my 8-year-old son. He has been very rebellious and doesn’t clean his room, doesn’t protect his brother, doesn’t follow the rules. But the hardest thing is, he has started to lie a lot. I hate lies, I feel they are the gateway to all evils, the root […]

A Step-by-Step Guide to Disabling Comments on Your WordPress Site

Comments on your WordPress site using the functions.php file. This can be useful if you want to prevent spam or simply prefer not to have comments on your website. Let’s dive right in! Here’s the code snippet we’ll be using throughout this tutorial: Step 1: Access the functions.php file First, you’ll need to access your […]

How to Add Conditional Scripts to WordPress Using Advanced Custom Fields (ACF)

Hello everyone, I’m Pablo Ibanez, and today I’m going to share with you a step-by-step tutorial on how to add conditional scripts to your WordPress website using Advanced Custom Fields (ACF). This tutorial will cover how to insert scripts into the <head> tag and immediately after the opening <body> tag based on your site’s URL […]