Tutorials

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...

read more

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...

read more

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...

read more

WordPress. Create theme. Search form

Today we will realize sidebar output with widgets and customize search form based on our design we've chosen To print sidebar first of all we need to register it. For this purpose we will use register_sidebar() function. After this we need to add register sidebar...

read more

WordPress. Posts loop

Today we will print posts of our blogs in our theme template. For this purpose we will use some wordpress functions. For posts output: have_posts() - checks, if there are some posts for output. the_post() - loop counter the_title() - print post title the_content() -...

read more

WordPress. Create theme. Print menu in template

In last lesson we crated file structure and included css and js files for our Wordpress theme. Today we will consider capability creating and printing menu in our theme If you had entered to admin panel after last lesson, you noticed, there were no any capability to...

read more

WordPress. Create theme. Header and footer

In last lesson we began to create our own template. Today we create common parts for every site page - header and footer Header and footer code are situated in header.php and footer.php. Its code includes in index.php with get_header() and get_footer() functions....

read more

Pin It on Pinterest