Tag: basic

  • Hooks: Actions and Filters in WordPress

    Hooks: Actions and Filters in WordPress

    Hooks in WordPress plays a vital role in the development cycle of any application in WordPress. Hooks allows the users to simply tie your custom code to the rest of the WordPress core base. In this article we will be looking onto what exactly are the Hooks in WordPress and some examples on using them.…

  • Creating a WordPress theme

    Creating a WordPress theme

    This article is related with the theme development in WordPress. This article is intended for beginners in WordPress. In this article we will look onto the basics of theme development in WordPress. Pre-requisites – Basic Idea in core PHP – Basic Idea of what WordPress Is – Knowledge on Basic HTML – WordPress Installed How…