Did you ever want to show an article inside another article with a modal? Maybe something like a short introduction or a related article? In this tutorial we will create a new WordPress plugin that will create a modal window and show an article by clicking on a button inside another article.
Read More
Category: Plugins
WordPress File Upload with AJAX
WordPress is a great CMS and has a nice feature for uploading files. That is the media uploader which can be found inside the WordPress administration. In this tutorial we will not use the media uploader. We will develop our own WordPress file upload using AJAX and PHP.
Programmatically download a file from WordPress
Creating a button or a link to download a file from WordPress in text is pretty simple: add an image and point it to an URL of the file. In this tutorial you will learn how to programmatically download a file.
How to enable Multisite Featured Image?
One of the problems in a WordPress Multisite is that you need to find a way to share media across all sites in the Multisite so that you can save space on your server.
Media sharing is already available with a plugin, but featured image is a different story.