search ]

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

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 [...]

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 [...]

Optimizing 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) [...]

Fixing Internal Server Error 500 in WordPress

Server Error 500, also referred to as 500 Internal Server Error is probably the most annoying error you can get, on WordPress websites in particular, and on websites in general. Server Error 500 basically means that something somewhere went wrong.