Blog
zsh: Command not found: nodemon
I came across this error message when I installed Nodemon in my Full Stack JavaScript app and then tried to run the command nodemon in the Terminal to start my application. The problem was that I installed Nodemon locally in my project and not globally. To solve the...
Make WordPress blog posts appear as sub-pages to your blog page
By default WordPress blog posts will be shown as children to the main site like this: To make your posts appear as sub-pages to your blog page in the URL, you will have to go the WordPress Admin Dashboard and Settings > Permalinks to change it. When you come to...