Loading...
Knowledge Base

Customizing Templates

Customizing Templates

There are several templates included in NS Basics that are responsible for generating user-facing views.

If you need to customize any of these templates, you should never edit the core plugin files. Instead, you should follow the steps outlined below:

Steps for Overriding Templates

  1. Create a new directory in your theme (or child theme) called “ns-basics”
  2. Navigate to /wp-content/plugins/ns-basics/includes/templates.
  3. Copy and paste any of the templates in this folder, into the directory that you just created in your theme.
  4. Now you can safely edit these templates in your theme directory, and the modified version will automatically be used instead.