Add a new widget position

  1. In the functions.php file add
    //add widget position
     function widget_insertion_init() {
      register_sidebar( array(
     'name' => 'widget name',
     'id' => 'sidebar_1',
     'before_widget' => '<div>',
     'after_widget' => '</div>',
     'before_title' => '<h2>',
     'after_title' => '</h2>',
     ) );
    }
    add_action('widgets_init','mailchimp_insertion_init' );
  2. Then use the following code to display the widget in a template file:
    <?php if ( is_active_sidebar( 'sidebar-1' ) ) { ?>
     <!-- primary-sidebar -->
     <?php dynamic_sidebar( 'sidebar-1' ); ?>
     <?php } ?>

A content management system

You will love

Joomla is one of the few content management systems we choose to work with because of its ease of use and ability to integrate with third party components, plugins, and modules. It is one of the most versatile cost effective CMS solutions out there and best of all developed using the PHP programing language that we specialize in..

We build Joomla templates from the ground up and prefer not to use third party templates. All of our templates are designed with your corporate branding in mind and designed to impress your site visitors.

Joomla is used to

Power web sites of all shapes and sizes.

Joomla is used by very small to very large websites and is a highly scalable platform that can be tailored to meet business goals and designed to grow with your company. It is currently being used in various industry sectors that include government, corporate, not for profit, schools & colleges and church websites.

Website Development

We build Joomla sites from the ground up and do not use pre bought templates. We take great pride in custom designing every single website we create and proud to say that no two website designs are alike.

If you are looking for a company that stands head and shoulders above companies in the design field, we are definitely the company for you.

System Upgrade

It is highly recommended that if you are currently running a Joomla website that you always keep it up to date with the latest stable release to ensure that the latest security patches are installed on your website.

We provide an effective upgrade service that constantly ensures that your Joomla version is always up to date and functioning as required.

Joomla Hosting

We provide secure third party website hosting that also includes version control for your website code. That means that we keep a secure copy of every version of your website code in a safe and secure location. We also constantly use the version control system during Joomla upgrades or feature enhancements which ensure a bug-free website.