Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Montezuma Theme »

[SOLVED] How do I create a new widget area?


  #1  
Old May 24, 2013, 01:44 AM
guldarmband
 
11 posts · May 2013
I would like to create a new widget area to the left side of the content.

Does someone know in which file and where I should put the code?

And if someone knows a tutorial on how to do it that works with the Montezuma theme I'd be more than happy!
  #2  
Old May 24, 2013, 02:01 AM
guldarmband
 
11 posts · May 2013
I just solved it all by myself! :D Very simple, just added the red code in under
Montezuma options/Main templates/index.php

Code:
<!--<div id="container">-->

<?php get_header(); ?>

<div id="main" class="row">
  
        <div id="widgetarea-left" class="col3">
		<?php dynamic_sidebar( 'Left Widget Area' ); ?>
	</div>

	<div id="content" class="cf col6">
		
		<?php bfa_content_nav( 'multinav1' ); ?>
		
		<?php bfa_loop( 'postformat' ); ?>
		
		<?php bfa_content_nav( 'multinav2' ); ?>
		
	</div>
	
	<div id="widgetarea-one" class="col3">
		<?php dynamic_sidebar( 'Widget Area ONE' ); ?>
	</div>

</div>
	
<?php get_footer(); ?>

<!--</div>-->

Bookmarks

Tags
widget, widget area

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Create widget area bellow the Category Menu Bar Pulack Ghatack Sidebars & Widgets 1 May 19, 2013 01:41 PM
Cannot create widget area on category page sober Sidebars & Widgets 1 Aug 18, 2011 03:44 PM
[SOLVED] Unable to Re-Create New Widget Area after deleting it GILSAN Sidebars & Widgets 22 Nov 9, 2010 07:35 AM
Unable to create new widget area paulae Sidebars & Widgets 6 Sep 14, 2009 08:32 AM


All times are GMT -6. The time now is 06:40 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.