crixx (April 7th, 2013), gonesmith (February 12th, 2013), thedesignguys (February 10th, 2013)
<?php get_sidebar( app_template_base() ); ?>
<?php dynamic_sidebar( 'blog' ); ?>
register_sidebar( array(
'id' => 'blog',
'name' => 'Blog Sidebar',
'description' => 'The sidebar on the blog index and single pages',
'before_widget' => '<aside id="%1$s" class="widget %2$s">',
'after_widget' => "</aside>",
'before_title' => '<div class="section-head"><h3>',
'after_title' => '</h3></div>',
) );
<?php dynamic_sidebar( 'blog' ); ?>
crixx (April 7th, 2013), gonesmith (February 12th, 2013), thedesignguys (February 10th, 2013)
jamesweb (February 26th, 2013)
There are currently 1 users browsing this thread. (0 members and 1 guests)