Blog

  • My thoughts on CSS

    This article will be included in a series on how I develop my WordPress projects on a daily basis, but for now let’s consider it in its own right. I’d like to give you a little introduction to my thoughts on CSS as it relates to WordPress child theme customization. In my day to day […]

  • HeadstartWP – Which template to choose for your wordpress backend

    I decided to use “Intentionally Blank” as the main theme for my backend. I find the possibility of not showing anything at the frontend very convenient. I won’t explain here how to activate a theme in WordPress, but I noticed a small limitation of this theme that we are now going to solve. The “Intentionally […]

  • HeadstartWP – Errors with pictures in articles

    When adding images in articles you see the following error in the frontend: TypeError: Cannot read properties of undefined (reading ‘length’) This issue was closed a few days ago: 10up/headstartwp/issues/541 In order to solve the problem, simply update the version:npm i @headstartwp/next@1.1.0-next.0 @headstartwp/core@1.1.0-next.0 Wait for a stable version to go into production, good coding.

  • Benefits of sematinc html in web development

    Nowadays aspiring web developers need to study a growing number of technologies. Thanks to component libraries that offer out of the box components and the illusion that courses that take only a few months are sufficient to make anybody a programmer, the html knowledge of the average programmer remains superficial. If you feel guilty reading […]

  • Hello world!

    This blog was created to fulfill several needs, the main one being to test Headstartwp and other technologies that I would like to have in my toolbox for future projects”¦ these other technologies will be revealed at the appropriate time here on the blog. The topics that will be covered within these pages will be […]