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 […]
PHP
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 […]
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 […]
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 […]
Clear CSS cache and prevent browser from caching CSS files from WordPress
Tired of using the sentence “Please clear your browser cache…” with your clients over and over again? It’s time to learn how to clear CSS cache in visitor’s browsers after modifying your style sheets. Furthermore, prevent browser from caching CSS files and load the latest version. Why browsers cache CSS files? When loading a web […]
Scroll To Top Button JavaScript Tutorial for WordPress
The Scroll To Top Button nowadays became a standard on all websites with a lot of content on posts or pages. It keeps visitors on the website and lowers bounce rate by allowing them to quickly jump back to the header navigation and continue browsing your site. If you decided to add this feature to […]
Video header WordPress Tutorial
Video headers can be distinctive and attractive visual enhancements for websites. If used wisely, a short video right on page load can tell quite a story about your website topic. Our Video header WordPress tutorial will show you how to create a custom header with video background for your website. This tutorial is intended for […]
How to make WordPress allow SVG upload into Media Library
Scalable Vector Graphics or SVG is as it’s name say, a file format used for vector graphics. SVG files are gaining popularity in web design because they are very lightweight and resizable without loosing quality. WordPress by default doesn’t allow upload of SVG files due to security reasons. In this tutorial we’ll introduce you to […]
WordPress Custom Fields and get_post_meta Tutorial
In most cases, WordPress Custom Fields are used to display any kind additional information related to a certain post or page. Although there’s a wide variety of custom fields uses in WordPress, this tutorial will focus on the basic implementation. We’ll show you how to manually enable, create and display WordPress Custom Fields. Understanding WordPress […]
Create a WordPress custom category page for different blog categories
WordPress based Blogs and Magazines usually have their articles sorted into several categories. In some cases, it would be a good idea to create a visual difference between the categories. It would specially be the case when category topics or article types are different for each category. Custom WordPress categories would improve the visitors user […]
How to change the WordPress Category title and remove “Category:”
Tired of the default title format on WordPress Category pages and Archives? In this tutorial we’ll show you how to change the boring Category: Category name format to any custom title you want. You’ll learn how to remove “Category:” prefix, and display a different WordPress Category title for each post category. Introduction: Understanding the WordPress […]