Headers are the essential part of most website designs and the first element that comes in focus of the visitor. A unique eye catching header will help to differentiate your website from other sites with standard boring headers. Making the header stick to the top of the screen and adding animated effects that activate on […]
Author Archives: HowToWP
Using WordPress get_footer function to create multiple footers WP website
In this tutorial we’ll analyze the case when you need different footers on different sections of your WP website. You’ll learn how the WordPress get_footer function works in order to start createing your own multiple footers websites. This tutorial is intended for intermediate experienced developers already comfortable with editing WordPress template files. Reasons to create […]
WordPress get_header function – Multiple header PHP tutorial
In this tutorial we’ll examine the case when you want to have different headers on different parts of your WP website. Firstly we will show you how the WordPress get_header function works. Then you’ll learn how to structure your own multiple header PHP code and apply it to your WordPress website. Possibilities and benefits of […]
Build a WordPress website by yourself using “How To WP Tips” tutorials for beginners
Are you a beginner developer making first steps in WordPress web development? Or you already have some web development experience but still fell you got a lot to learn? The How To WP Tips website is here to help you on your way. In this article we included all our tutorials needed to build a […]
WordPress SEO Optimization Tips – How to do it properly?
How to do SEO on WordPress and can it be done properly? Absolutely, yes! WordPress websites with search engine optimization done right can rank on first positions even in the most competitive niches. It usually takes some time, effort and knowledge to reach the first places on search result pages. Follow our WordPress SEO optimization […]
Fastest WordPress theme test – Free default WP themes
Website loading speed is becoming one of the most important factors in web development and shouldn’t be ignored by developers. To develop a fast loading WordPress website it’s important to start with a fast WP theme as base. Development often starts with one of the free default WordPress themes and that’s a good practice. We […]
Install WordPress in cPanel – Detailed step by step tutorial
The creation of any WP based website, from simple personal blogs over popular web magazines to sophisticated web shops start with the very same first step, installing WordPress. It might look frightening and difficult to first time users and developers at the beginning of their careers but it quickly turns into a simple, almost automated […]
How to change ordered list ol start number or reverse it?
Using a HTML ordered list on your website and you need it to start from a custom number instead of 1? The solution is quite simple. In this tutorial we’ll show you how to easily change the ol start number. Want to reverse the numbers order? No problem, we’ll show you how to do that […]
Free Virtual Tour WordPress Plugin Review – iPanorama 360 vs. WP VR
Virtual Reality is gaining popularity in the past years, and websites are starting to present their content in VR format. The possibilities are huge and limited only by creativity. Creating fascinating VR websites now became possible even to modestly experienced web developers. Everithing you need to do is install a free virtual tour WordPress plugin […]
Text selection color CSS code – Overriding the default select highlight color in WordPress
When styling the visual appearance of a website, developers often forget about a tiny detail. We’re talking about the text select highlight color which is often left on it’s default value. Depending on the website color palette, sometimes the highlighted text might just not look right. The text selection color CSS code is pretty simple […]
Smooth scroll jQuery script vs. scroll behavior CSS property
Adding a smooth scrolling animation when navigating between elements on a single page is a quite simple task. Apart from many plugins available, you can implement this function by adding a simple smooth scroll jQuery script to your website. There’s also a even simpler solution using only the scroll behavior CSS property. This tutorial will […]
Which smooth scroll WordPress plugin is the best? 2020 Test & Review
Smooth scroll is the animated effect when navigating trough various positions on a single page using anchor links. Without this function you would just jump instantly from one position on the page to another. Smooth scrolling function enhances the user experience significantly by gradually transferring your focus to the target location. In case your theme […]