Author: nathaword

  • The Kindergarten Evaluation Project is a recurring theme in my work. Its goal is to provide a tool for assessing kindergarten children and generating a document that reflects their competencies. In this post, we present a full-stack solution deployed on a VPS. The frontend is built with Next.js, the backend is powered by Django, and […]

  • Here’s a comprehensive post on how to install and configure a mail server on your VPS using Postfix: How to Install and Configure a Mail Server on Your VPS A reliable mail server on your VPS can handle your website’s email needs, such as sending transactional emails, welcome messages, or notifications. Here’s how to set […]

  • If you’re working with the Site Editor (block-based theme) and HTML templates, here’s how you can show just a part of the post content (like an excerpt) in your archive or category pages: 1. Edit the Template Using Site Editor 2. Edit the Block-Based HTML Files If you want to manually modify the template file […]

  • Pre-requisites When sending emails through your WordPress site, you have two common options, both of which are covered in posts on this website: Automate Welcome Emails for New Users Ensure that new users automatically receive a welcome email with their login details after registration. Step 1: Verify WordPress Email Settings Step 2: Use a Plugin […]