Making of Q-List Plugin for Wordpres – 1 of 2

Making of Q-List Plugin for Wordpres – 1 of 2

This is the first article of a series of articles explaining how I created the Q-List Wordpress plugin. First article will explain the administration section and the second will explain the user interface. This article consists of the following steps:

  • Versioning your plugins database tables, and updating them
  • Creating your administration interface
  • Using wp options table in your database for your plugin options

Continue Reading »

Show Popular Posts Without a Plugin

Show Popular Posts Without a Plugin

This is probably the shortest way of showing the popular posts in your plugin and it is the same way I use on the sidebar of this blog.


Continue Reading »

Coming up Post – Making of Q-List Plugin for Wordpress

Coming up Post – Making of Q-List Plugin for Wordpress

I am working on a series of articles about the making of the Q-List List Creator plugin. I will divide the series into two. First one will be about the administration section and the second one will be about the user interface. Please let me know if you want anything else included into the articles so I can incorporate them as I write the article.

The series will have;

  • Administration Section
    • Versioning your plugins database tables, and updating them
    • Creating your administration interface
    • Using wp options table in your database for your plugin options
  • User Interface
    • Using tags in your posts like [qlist]
    • Handling cookies for your plugin
    • Handling forms

Continue Reading »