diff --git a/inc/widgets-register.php b/inc/widgets-register.php index 9ce04cb..2b489b5 100644 --- a/inc/widgets-register.php +++ b/inc/widgets-register.php @@ -7,7 +7,7 @@ function xarxaprod_widgets_init() { register_sidebar( array( - 'name' => esc_html__( 'Front Page - principal', 'xarxaprod' ), + 'name' => esc_html__( 'Front Page - Despres del contingut a la Pagina principal', 'xarxaprod' ), 'id' => 'front-page-widgets', 'description' => esc_html__( 'Add widgets here.', 'xarxaprod' ), 'before_widget' => '
', @@ -18,8 +18,8 @@ ); register_sidebar( array( - 'name' => esc_html__( 'Sidebar funds - Lateral ajuts', 'xarxaprod' ), - 'id' => 'sidebar-funds', + 'name' => esc_html__( 'After content - Despres del contingut i abans del peu. A tota la web.', 'xarxaprod' ), + 'id' => 'after-content', 'description' => esc_html__( 'Add widgets here.', 'xarxaprod' ), 'before_widget' => '
', 'after_widget' => '
', @@ -29,7 +29,18 @@ ); register_sidebar( array( - 'name' => esc_html__( 'Footer - Peu', 'xarxaprod' ), + 'name' => esc_html__( 'After Associats - Despres del contingut als Espais Associats i abans del peu', 'xarxaprod' ), + 'id' => 'after-content-members', + 'description' => esc_html__( 'Add widgets here.', 'xarxaprod' ), + 'before_widget' => '
', + 'after_widget' => '
', + 'before_title' => '

', + 'after_title' => '

', + ) + ); + register_sidebar( + array( + 'name' => esc_html__( 'Footer - Peu de página', 'xarxaprod' ), 'id' => 'footer-widgets', 'description' => esc_html__( 'Add widgets here.', 'xarxaprod' ), 'before_widget' => '
', diff --git a/page-templates/associats-search.php b/page-templates/associats-search.php index 0e61e4e..dfa9388 100644 --- a/page-templates/associats-search.php +++ b/page-templates/associats-search.php @@ -88,6 +88,15 @@ get_header();
+ + + - + - + ?> diff --git a/sidebar.php b/sidebar.php index 0eae71d..9588fe5 100644 --- a/sidebar.php +++ b/sidebar.php @@ -7,11 +7,11 @@ * @package Xarxaprod_theme */ -if ( ! is_active_sidebar( 'sidebar-funds' ) ) { +if ( ! is_active_sidebar( 'after-content' ) ) { return; } ?>