If you do not want to show the URL field in your comment form then you can easily hide it from your visitor. In this post, you can find a simple snippet that will show you how to remove the URL Field from your WordPress Comments form without modifying it.
Blog
Rounding Gravatars in WordPress
The solution is very simple. You don’t need to use any special software to create a rounded Gravatar image. Well, you can but other images will be not rounded (think about the comment section). In order to round all Gravatar images you need to add a few lines of CSS code to your stylesheet and it will do the trick for you. Today, we will show you how to make your WordPress Gravatar images rounded.
Creating a Custom Home Page in WordPress
By default, WordPress shows your recent blog posts on a main home page. But you’ve probably seen a lot of WordPress sites that are using a custom home page instead of a regular blog page. In this post, we’ll show you how to set a custom front page.
Adding a custom CSS to WordPress site
Each theme comes with its own predefined styles but there might be situations when you need to make custom changes to these styles in order to tweak the appearance of your site. Thanks to WordPress flexibility, there are several ways handling custom CSS in your WordPress themes.
Changing a user profile picture in WordPress site
There are two methods to change a profile picture in your WordPress site: using the Gravatar service or using WordPress plugins. We want to show you both methods, so you can decide which one fits you best. In this article, you can find a step-by-step guide on how to display your own profile picture.
Removing Comments from the Specific Post or Page
Sometimes you want to disable the option for your users to submit comments on certain posts or pages. WordPress allows you easily to remove a comment section from the specific post or page without modifying any theme files, adding custom functions or installing plugins. All what you need is just to uncheck a few check boxes and the comment section will be removed.
Installing a new WordPress Theme
Today we are going to write just another WordPress tutorial that will teach how to install WordPress theme. It’s easy to install a theme for people who use WordPress every day but what if you haven’t used WordPress before, and today is your first day using this amazing web software? That’s why we’ve decided to write this step-by-step tutorial that will help a new WordPress user to install a theme.
Google Font Combinations
Thanks to Google we have a free fonts service that currently has over 600+ fonts. It’s really easy to install a new font to your website but sometimes it’s hard to find the right font combination. Below you will find some examples of Google Font combinations that I like.
Splitting Post (or Page) into Multiple Pages?
Did you know that WordPress allows you to split a single post or a page into multiple pages? All what you need to do is just add <!–nextpage–> tag in your post or page textarea. So, if you have a very long article and you want to split it then just add Page-Link tag after each paragraph where you want to have a page break.
How to Create a WordPress Child Theme
Why do we need Child Themes? If you want to modify a theme and you don’t want to lose your modifications then you have to create a Child Theme. Child Theme allows you to update the Parent Theme without impacting your modifications. So, if you want to change something in your current theme then you should do it through a child theme.