Learn the basics of blogging with Markdown. I will cover the Markdown syntax, popular editors, and techniques for creating blog posts using manual conversions, WordPress plugins, and static site generators.
Hide content in WordPress using the methods described in this tutorial. You will learn how to hide content programmatically and with plugins.
An overview of the best text-to-speech plugins for WordPress and technical information about the technology used in these tools.
In this article, we explore methods for converting WordPress articles to audio using the Text to Speech service of Microsoft Azure.
Easily convert a text string to an audio file using PHP and the API provided by the ElevenLabs text-to-speech software.
In this guide, we explore the process of converting Markdown to HTML using PHP. Specifically, we'll see how to perform the conversion with the three most popular Markdown libraries and a custom Markdown to HTML parser.
This article includes the steps to implement a simple Vanilla JavaScript Markdown editor on a webpage. You can use this information, for example, to publish your own Markdown editor online, add a Markdown editor to the back end of an application, or just have fun developing new things.
This article explores five ways to receive user feedback on WordPress articles, including plugin-based methods and programmatic solutions.
This tutorial will guide you from installing PHP_CodeSniffer to solving the most common WordPress coding standard violations.
This tutorial covers the technical implementation of hreflang x-default and the effect of hreflang x-default on search engine results.
Add a text-to-speech button in all the WordPress articles using the Web Speech API and standard WordPress hooks.
Create a modern React-based settings page for your WordPress plugins or themes by following the steps included in this tutorial.