Blog

A Novice Guide to WordPress Plugin Development

You are here: Home > Blog > Coding / Development / PHP / Plugins

Saad Bassi

Saad Bassi is a 20 years old web developer from Pakistan who loves to create beautiful websites with great user experience. He is co-editor at CrispyTech and Windows8Geek . He also loves to make new friends so don’t forget to say him a hello on TWITTER. last but not least check out my latest project Addictive Fonts which focuses on Free Font Downloads

Posts by Saad Bassi:

A Novice Guide to WordPress Plugin Development

novice_guide_wordpress_plugin_devlopment

WordPress is an awesome publishing tool, and one of the best features is its flexibility to customize its core functions with plugins. The simplest definition of a plugin is:

A plugin is a snippet of code which is used to extend the functionality of WordPress.

And one of the nicest things about plugins is that the barrier to entry is extremely low. It takes very little technical knowledge to make your first plugin!

Read More »