where do i post this code for the Featured Post plugin
-
I need to insert this code:
<?php featuredpostsList2(); ?>
to have the featured post list show up on my sidebar. where do i put it? i want to have it in one of the thin sidebars in vigilance. here is my index code:
<?php if (is_active_sidebar(‘left_sidebar’)) echo ‘<ul class=”thin-sidebar spad”>’;?>
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘left_sidebar’) ) : endif; ?>
<?php if (is_active_sidebar(‘left_sidebar’)) echo ”; ?>
<?php if (is_active_sidebar(‘right_sidebar’)) echo ‘<ul class=”thin-sidebar”>’; ?>
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘right_sidebar’) ) : endif; ?>
<?php if (is_active_sidebar(‘right_sidebar’)) echo ” ;?>
</div><!–end sidebar–>
- The topic ‘where do i post this code for the Featured Post plugin’ is closed to new replies.