How to Add Navigation Menu Widget in WordPress?
WordPress admin panel contains large number of settings to customize your website. However, most of the site owners rely on theme’s option panel or customizer settings and forget to use...
WordPress admin panel contains large number of settings to customize your website. However, most of the site owners rely on theme’s option panel or customizer settings and forget to use...
GeneratePress is one of the popular lightweight themes for WordPress site. However, it misses many basic features to reduce the size of CSS and JavaScript. If you are using Yoast...
When it comes to SEO if one doesn’t grasp the basics the idea will be distant to the person. But, after you have understood the concept of SEO then it...
Table of contents (TOC) on a hard binding book helps readers to quickly navigate to any particular section of the book. This is also true for e-documents created with software...
Navigational menus are essential and unavoidable part of any website. WordPress has solid menu management to create a menu with any type of content. Also you can drag and rearrange...
Scrollspy is the name to indicate the way to track or spy the position of the content based on the browser’s scroll bar. Though this is generally of not much...
Navigation menu bar is part of each pages on a website. Bootstrap 4 uses the base nav component to create navigation bar (shortly navbar). This helps to create different styles...
The nav component in Bootstrap 4 is used to create list of links with different styles. Basically the list links is used as a navigational menu. In this tutorial let...
Not all website has to be complex or include layers of pages of content and information to be interesting. Most of the time one page is enough to be effective....
Bootstrap allows you to add breadcrumbs to your pages. Generally ordered list <ol> HTML tag is used for breadcrumb and the items are listed using <li> tags. But you can...