Search

Guides & Articles, Freelance WordPress Developer - Israel | Page 18

Loading Fonts with @font-face

The @font-face Rule in CSS enables the usage of customized fonts (Custom Fonts) for the text on your website. These fonts can be loaded from an external server using the "url()" function or...

The “font-display” property and how to use it

The font-display property determines how fonts loaded using @font-face are displayed on a website, based on whether the font has already been downloaded and is ready to be used or not. To address this issue, where text is present but [...]

Working with Internet Cookies in JavaScript

Cookies are one of the most important web technologies. Cookies were created to store persistent information about users in a browser. The same cookie is a piece of information from a certain website that is stored in the browser, so [...]

JavaScript for Loop – Basic Explanation & Examples

Loops allow us to run a specific piece of code multiple times as desired. In this post, we will specifically focus on the 'for' loop in JavaScript and present examples that use the loop to achieve various tasks.

Define a Different Style for Outbound Links in CSS

I am constantly improving the user experience and the appearance of my website, especially the look and feel of the blog. Yesterday, while going through one of the posts, I noticed that there are quite a few external links in [...]

Optimization of Contact Form 7 for better performance

The plugin Contact Form 7 is an excellent and one of the most popular plugins for creating forms on WordPress websites. It allows for creating various forms, offers customization of the form, works with Ajax, and also allows the use [...]

How to Allow Gutenberg Editor for CPT’s

Gutenberg is the new editor that comes by default in WordPress (version 5.0+). However, it turns out that it does not automatically appear for Custom Post Types. By default, these use the classic WordPress editor. It’s possible (quite likely, actually) [...]

Migration WordPress to HTTPS Guide – Part 1

Recently, I migrated my blog to the HTTPS protocol, and I want to share with you the process and some things I learned along the way. I also noticed that there isn’t a comprehensive guide explaining the steps to properly [...]