I am new to wordpress but I understand php. Can someone explain how the following code works to display widgets?
<?php if ( !function_exists('dynamic_sidebar')
|| !dynamic_sidebar() ) : ?>
php endif; ?>
If (!True) it appears not to do any code. And if I do not include this in my sidebar.php, my widgets do not appear.