Index Widgetized
-
Some plugins ask that you place PHP inside the Loop. However finding out exactly where can get confusing and all
Were you to widgetize the Loop where would you put the Widget Loop? The Widget Loop being . . .
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : else : ?> <?php endif; ?>What other things would need to be done to widgetize the Loop in addition to the above?
I’m trying to make things easier on myself and others. Any ideas out there?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Index Widgetized’ is closed to new replies.