Categories
WordPress

WordPress post loop – part 1

WordPress post loop or The Loop, as WordPress documentation like to call it, is one of the crucial parts of WP. WordPress is CMS, currently the leader on the market, and it needs to have a super-easy way of displaying posts. That is what the WordPress post loop is for. Unlock the Full Potential of […]

Categories
WordPress

How to add a thumbnail to a custom WordPress theme?

We continue our series of articles on how to build a custom WordPress theme. In this article, we are going to talk about how to add thumbnail support to our custom WordPress theme. Unlock the Full Potential of WordPress Today! 🚀 Are you tired of struggling with WordPress? Ready to become a confident, skilled WordPress […]

Categories
WordPress

How to easily add a WordPress menu to a custom theme

This is the fourth article on How to build a custom WordPress theme, using any HTML template. Today we are going to add a WordPress menu to our theme. The one that can be edited using Admin Dashboard, not hardcoded. In our latest article How to add the logo to a custom WordPress theme we […]

Categories
WordPress

How to add the logo to a custom WordPress theme

This is the third article in the WordPress series. We already talked about how to create a custom theme, and how to embed assets into a WordPress theme. Today we are going to talk about how to add the logo to a custom WordPress theme. We are going to use the same theme, we used […]

Categories
WordPress

Embed assets in a WordPress theme

In the last article, we talked about How to simply convert any HTML template into a WordPress theme in under 10 minutes. Today we are going to continue our journey on creating a WordPress theme out of any HTML template. We are going to see how to embed assets in a WordPress theme. In today’s […]

Categories
WordPress

How to simply convert any HTML template into a WordPress theme in under 10 minutes

At the first, this heading might sound intimidating and clickbait. It is not, well maybe a clickbait a little bit, but bear with us. WordPress theme market is huge today and there are companies that earned millions on one theme only, like Avada theme. To make such a theme we need a theme of professionals […]

Categories
WordPress

What is WordPress? A super simple guide for beginners

What is WordPress? WordPress is the most popular content management system, or CMS, in the world. According to TectJury, more than 30% of all websites are created with WordPress, and according to Kinsta over 40%. WordPress is licensed under GPLv2, which means that anyone can install it, change it, modify it for free. One of […]

Categories
WordPress

Update WordPress URL easily using MySQL

After we migrate to a new URL we need to update WordPress URL. We can use plugins for migration, or we can use Export/Import option from WordPress. Yet, the most straightforward way is to just update the URL using MySQL. Especially if the site stays on the same host. Unlock the Full Potential of WordPress […]