About dynamic sidebar and widgets
-
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.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘About dynamic sidebar and widgets’ is closed to new replies.