…e process of creating a WordPress plugin can be daunting especially as you're just getting started. But before trying to create a large, multi-featured plugin, why not start off with the basics?In this video, we take a quick look at everything that's needed in order to get started with laying…
…e checkbox, radio, and select type options allow users to make a single choice out of a set of predefined choices. How about when you need to provide an end user with the ability to make more than one choice? That's exactly what the multicheck type option does in Titan…
…eviously, we learned how you can permit users to enable multiple choices with the multicheck type option in Titan Framework. Now we'll discuss another option which works along the line of multicheck but can be used exclusively for existing posts. This is the multicheck-posts option. Let's explore its features and…
…een a year now since the release of OpenCart 2.x.x, and now things seem to be stabilized as far the core APIs are concerned. Obviously, most of the popular extensions support the 2.x.x version and are out there along with their 1.5.x version code. You'll also find lots of extensions…
…e sortable type option in Titan Framework. It provides the end user with a number of options which can be rearranged via a drag & drop interface and can be enabled or disabled. You can integrate this option in places where you want users to rearrange a theme's sections dynamically.The…
…eting the home page of your new theme, and starting with the next page. In this tutorial, we'll start modifying the category page of our Magento theme. The category page essentially consists of four sections: the toolbar, grid mode, list mode and the sidebar. We'll deal with the first three…
…eviously, we learned how you can permit users to enable multiple choices with the multicheck type option in Titan Framework. Now we'll discuss another option which works along the line of multicheck but can be used exclusively for existing posts. This is the multicheck-posts option. Let's explore its features and…
…e following video, we're going to take a look at what's required to setup WooCommerce. This is a popular WordPress plugin that makes it easy to setup a shop within the context of WordPress.Here, we'll see how to install in the plugin in order to get started. If you're interested…
…eries, I've discussed all the major option types which you can add with Titan Framework. However, there are three simple option types which we are going to discuss today. These are the save, note and the heading type options.The Save Type Option in Titan FrameworkWhenever you create a custom admin…
…etimes while building a plugin or a theme, developers like to provide end users with the ability to add custom code. Today, I'll discuss how to add the code type option with Titan Framework, which lets you create an editor in which you can add any custom code. Let's take…