Sometimes you want to remove the ability for your users to make 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 click on few check boxes and the comment section will be hidden. Continue reading
Author: Taras Dashkevych
How to add Google Fonts in WordPress Theme
If you are planning to replace your boring standard fonts with something new, modern and stylish then you definitely should visit Google Fonts library. Google Fonts library has hundreds of free, open-source fonts that you can use on your WordPress site. In this article, I’ll show you an easy and right way to add Google fonts to your theme. Continue reading
How to install a new WordPress Theme
Today I am going to write just another WordPress tutorial that will teach how to install a WordPress Theme. I know, 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 I decided to write this step-by-step tutorial that will help a new WordPress user to install a WordPress Theme. Continue reading
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.
How to split a 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 too do just add <!-nextpage-> tag in your post or page textarea. So, if you have a very long post article and you want to split it then just add Page-Link tag after each paragraph where you want to have a page break. Continue reading
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. Continue reading