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: WordPress
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.
Key Factors: Increasing Traffic to your WordPress Blog
WordPress is the best and most powerful blogging platform. Having a WordPress site or blog simply means you are establishing a strong presence on the web. In fact, a blog with fresh, unique and captivating content always attract visitors.
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 create WordPress Related Posts
If you are a WordPress developer like I am then you have had to make WordPress related content such as related posts. In this tutorial we will create SQL queries that will give us WordPress relates posts.