The 403 Forbidden error is the most common error encountered while working on Nginx web server. But most of the time, it is not related to Nginx itself. 403 Forbidden error means that you don’t have permission to access certain directory or a web page. This error can be caused due to many reason. And […]
Blog
How to Install Nano Text Editor on Ubuntu
Nano text editor comes up with many powerful features. It allows you to create and edit various files on your Linux based computers or server. It is considered as the most easiest tool for editing. In this tutorial, we will see how to install Nano text editor on Ubuntu. Features Nano text editor is suitable […]
How To Install NGINX on Ubuntu 18.04
Nginx is one of the most popular web servers. It is responsible for serving some of the largest websites and web apps on the internet. In this guide, we’ll discuss how to install Nginx on Ubuntu 18.04 server. How To Install NGINX on Ubuntu 18.04 Prerequisites Before writing this tutorial, I consider that you have […]
How to Add Widget Area Below Header in Genesis Child Theme
Have you ever wanted to add widget area below header in Genesis child theme? I was reading some article on the Forbes website. I loved the fact that how they are utilizing their space below primary navigation on their website for advertisements. I went through a couple of articles and resources online to achieve the […]
How to Add Next Previous Post Navigation Links in Genesis
Are you looking to add next previous post navigation links in Genesis? Many other brand themes include this feature by default. But if you are using Genesis Child themes, you need to customize your function.php file. In this tutorial, I am going to use a couple of lines of code snippet that will help us […]