• Resolved cc4789

    (@cc4789)


    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–>

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘where do i post this code for the Featured Post plugin’ is closed to new replies.