In this tutorial we will continue to create simple template for our Joomla site. Today we will make menu and search templates Menu and search are displayed on the site with corresponding modules - menu module and search module. All modules (build-in and installed)...
Tutorials
Joomla. Create template. Main template file
In this tutorial we will continue creating template for Joomla 3. Today we will work with main file of template - index.php While creating theme we use twitter bootstrap 4. Code is very simple. But we must consider special joomla tag jdoc. jdoc is special...
Joomla. Create template. Files and folder structure
In this lesson we will start to create template for Joomla web site. Before it we will consider template positions necessity. We will start template creating from basic structure of files and folders Any Joomla template needs templateDetails.xml and index.php files....
Joomla. Materials, components and modules
Last lesson we installed Joomla. Today we will create simple web site, considering some built-in components and modules. We will also install K2 component. This component is great decision for creating news sections, blogs on your site. Notice! I am sorry for php...
Joomla. Setup and localization
Beginning from this lesson we will start learning another open source CMS Joomla. It is also popular CMS like Wordpress. Joomla has hot a lot of tools for functionality extensions, including creating e-commerce. Today we will install Joomla on the server and localize...
Opencart. Short review
In this lesson we will consider CMS Opencart. Opencart is free open source code CMS for quick opening e-commerce. It is very simple for mangers and its code very clear for web developers. In this video I will make short review about build-in capabilities and files...
WordPress. Create theme. Options API. Create custom options
In this tutorial we will finish wordpress theme making. Our last task in this video series is to make page header text customizable in admin panel. For this purpose we will use wordpress api settings. To add new field in admin panel we will use register_settings...
WordPress. Create theme. Comments and comment form output
In this screencast we will output comments and comment form in post template. First of all we need to create template for site pages and for blog posts. For list comment output we will use get_comments() wp function. This function returns list comments object, which...
WordPress. Create theme. Widgets
In today video we will discuss how to redefine template of standard wordpress widget. First of all we will redefine the widget on the basis of the existing one. All standards wordpress widgets store in /wp-includes/widgets folder. Widget is class, which inherits form...