Blog

Learn more about WordPress with our articles
Create Custom SVG Admin Icons in WordPress

Create Custom SVG Admin Icons in WordPress

This article explains how to create a custom SVG icon for an administrative menu of WordPress. Create the icon in Illustrator Create a new document with Illustrator, and under the Project Details section, set the dimension of the image. Any size is fine as long as the width and height are equal. It’s now the […]

November 25, 2020 by Editorial Staff

Create Bar Charts in WordPress

Create Bar Charts in WordPress

Bar charts are a very common type of chart used primarily to visually compare variables. A WordPress administrator that needs bar charts in its post has both the option to install a chart plugin or upload images generated with external programs.

November 9, 2020 by Editorial Staff

Create Automatic Affiliate Links with WordPress

Create Automatic Affiliate Links with WordPress

Affiliate linking is one of the most common methods to earn money with a blog. This post explains how to install and use a specialized WordPress plugin to create automatic affiliate links.

November 7, 2020 by Editorial Staff

Track the Google Ads Conversions performed with WooCommerce without a plugin

Track the Google Ads Conversions performed with WooCommerce without a plugin

If you need to manually implement the Google Ads conversion tracking in a WordPress website that uses WooCommerce, in this article, you can find the code and all the implementation details.

October 16, 2020 by Editorial Staff

Make long HTML Select user-friendly with the Chosen JavaScript plugin

Make long HTML Select user-friendly with the Chosen JavaScript plugin

Have you ever included more than 100 elements in a single HTML select element? The result is a non-searchable long list of elements where you will be able to browse the options only with the initial letter of the entry, a small scrollbar, or with the keyboard up and down arrows. Fortunately, there is a solution to this problem, the Chosen JavaScript plugin.

June 20, 2020 by Editorial Staff

Create a Candlestick Chart with the ApexCharts JavaScript Library

Create a Candlestick Chart with the ApexCharts JavaScript Library

This tutorial will show you how to create a candlestick chart with the ApexCharts JavaScript library.

June 19, 2020 by Editorial Staff

Hreflang: The Frequently Asked Questions

Hreflang: The Frequently Asked Questions

In the last five years, I provided technical support to the customers of Hreflang Manager. A plugin for WordPress that allows to specify the alternative versions of a page for different languages or regions with hreflang. In general, the support questions for a WordPress plugin are strictly related to the plugin itself, but in this case, most of the questions were related to the general concepts associated with hreflang. In this article, you can find the most common questions I had to answer.

November 4, 2019 by Editorial Staff

Get the permalink of a future post with WordPress

Get the permalink of a future post with WordPress

If you need to retrieve the permalink of a future post WordPress gives you this possibility. In this article, I'm going to guide through the various steps of this process.

August 4, 2019 by Editorial Staff