Add CSS class JavaScript To dynamically change CSS class of a HTML element on click gives us wide variety of possibilities to add interaction to our website. A HTML element can change it’s CSS class or get a new one when we click on it. In other words, we can visually style an element differently […]
Author Archives: HowToWP
Change WordPress login logo Tutorial
We’re all familiar with the look of the WordPress login page with the WP logo above the login form. Developers rarely customize the admin log in page logo, specially when they’re the only who access the WP Dashboard. When developers are not the only who use the login page, it would be a good practice […]
Remove Powered by WordPress from footer credits Tutorial
Most free WordPress themes come with a footer credit to the theme’s development team. In many cases developers will want to remove the footer credit or replace it with some custom text. This tutorial will show you a detailed, step by step procedure to remove Powered by WordPress or any other footer credit from your […]
Icons for WordPress – Dashicons, Font Awesome or Material Design
Icons are nowadays a common part of most web site designs. Icons significantly improve the user experience as they quickly communicate visually with website visitors, no matter where they are applied. The choice of icons to use on websites is quite extensive, and they come in all kinds of graphic formats. In this article we […]
WordPress Custom Post Type and register_post_type function Tutorial
Custom Post Types are among the most useful and commonly used features in WordPress. CPTs are widely used to manage and display different kinds of content that for some reason needs to be differentiated and separated from standard posts. In this tutorial we’ll show you how to create a WordPress Custom Post Type using the […]
WordPress Tabs Plugin – Popular Free Plugins Review
Tabs are a common way to display various types of information on a web page. In many cases, tabs are the best way to arrange and sort content on a page. Creating tabs in WordPress is quite simple, using one of the many plugins available. Our WordPress Tabs Plugin review is here to help you […]
WordPress Accordion Plugin Review – Expand and Collapse content in WP
A common situation in web design is having a lot of content to display on a single page. Displaying it in the usual way would force the visitor to scroll a lot trough the page and reduce the user experience. A good practice to solve this problem is to expand and collapse the content using […]
Fastest WordPress hosting in 2020 – How to choose the right one?
A fast loading WordPress website doesn’t only deliver a great user experience for visitors, but it also gets higher rankings in search results against slower competitors. The website loading speed became one of the most important factors in modern web design. Therefore, choosing the fastest WordPress hosting possible is the first step in the development […]
Using a sticky header WordPress plugin to create animated dynamic headers
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 […]
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 […]