How can I show the normal page + the widgets from the Business Template? When I select type Business Template it only shows the widgets.
I would like to have a normal page with the Services at the bottom.
many thanks.
I figured it out, just add this line in the Business Template Page Template do_action( ‘attitude_main_container’ );
before the do_action( ‘attitude_business_template_content’ );
Make sure you make changes through child theme. Otherwise your changes will get lost. Here is link for more detail http://codex.wordpress.org/Child_Themes
Rabin