DOES ANYONE KNOW A WORKING PLUG IN FOR WORDPRESS SIDE BAR
ALTERNATING WITH DIFFERENT PAGE AND/OR POST?
I FOUND IN THE SOME WORDPRESS SITE, BUT ANY OF THEN WORK PROPERLY, I TRIED TO CHANGE
THE FUCNTION.PHP BUT STILL REMAINS THE THE SAME SIDEBAR... THANKS

<?php
if ( function_exists('register_sidebar') )
register_sidebar(array('name'=>'sidebar1',
'before_widget' => '',
'after_widget' => '',
'before_title' => '<h4>',
'after_title' => '</h4>',
));
register_sidebar(array('name'=>'sidebar2',
'before_widget' => '',
'after_widget' => '',
'before_title' => '<h4>',
'after_title' => '</h4>',
));
?>

The best wordpress plugin that come close to what you want to achieve without hard coding is the Widget Logic

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.