Sidebar Styles
-
Hi!
I want know if is possible make two or more sidebar styles. In your plugin is this:register_sidebar( array(
‘name’ => $post->post_title,
‘description’ => $desc,
‘id’ => self::SIDEBAR_PREFIX.$post->ID,
‘before_widget’ => ‘<li id=”%1$s” class=”widget-container %2$s”>’,
‘after_widget’ => ”,
‘before_title’ => ‘<h3 class=”widget-title”>’,
‘after_title’ => ‘</h3>’,
));And the information that i want change is : ‘<h3 class=”widget-title”>’ with ‘<h3 class=”widget-title2″>’,but I want choose between one or other style in function that the page where appears.
is it possible?
https://www.ads-software.com/plugins/content-aware-sidebars/
- The topic ‘Sidebar Styles’ is closed to new replies.