Homepage › Community Forums › Epik Theme Support › Welcome Feature 4-6 › Reply To: Welcome Feature 4-6
OK.
It looks like I’m trying to insert my 3 widgets code in between these two…
if ( is_active_sidebar( ‘home-feature-3’ ) ) {
echo ‘<div id=”home-feature-bg”><div class=”wrap”><div class=”home-feature-3″>’;
dynamic_sidebar( ‘home-feature-3’ );
echo ‘</div><!– end .feature-3 –></div><!– end .wrap –></div><!– end #home-feature-bg –>’;
}
if ( is_active_sidebar( ‘home-feature-4’ ) ) {
echo ‘<div id=”home-feature-bg-alt”><div class=”wrap”><div class=”home-feature-4″>’;
dynamic_sidebar( ‘home-feature-4’ );
echo ‘</div><!– end .feature-4 –></div><!– end .feature-4 –></div><!– end #home-feature-bg-alt –>’;
}
Do I create home feature 3 as one separate section, then duplicate it and name section 4 as a separate section, then duplicate welcome feature 1-3 (rename 4-6), then insert welcome feature 4-6 in between them?
Sorry I keep getting errors, I’m trying to figure out how to go about this…
