Hello on my website I have a Blog that is powered by wordpress, i was able to make a simple theme that is the same as the website however i cannot create a side bar, does anyone know how to do it heres the code from the sidebar file
<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
<div id="secondary" class="widget-area" role="complementary">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</div><!-- #secondary -->
<?php endif; ?>
I do not have a functions file i just have a header, index, footer and side bar,i am just wanting a simple sidebar that shows recent posts, and browsing by date. Any help is welcomed thanks.
Oh a link to the site jp creative vision