hello
Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : chryzalihi ( 621211) PHP Version : 8.3.31 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Directory : /home/c/h/r/chryzalihi/www/wp-contentOLD/themes/rakiya/sidebar/ |
<?php if ( '1c' !== hybrid_get_theme_layout() ) : // If not a one-column layout. ?> <aside <?php hybrid_attr( 'sidebar', 'primary' ); ?>> <?php if ( is_active_sidebar( 'primary' ) ) : // If the sidebar has widgets. ?> <?php dynamic_sidebar( 'primary' ); // Displays the primary sidebar. ?> <?php else : // If the sidebar has no widgets. ?> <?php the_widget( 'WP_Widget_Text', array( 'title' => __( 'Example Widget', 'rakiya' ), // Translators: The %s are placeholders for HTML, so the order can't be changed. 'text' => sprintf( __( 'This is an example widget to show how the Primary sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin.', 'rakiya' ), current_user_can( 'edit_theme_options' ) ? '<a href="' . admin_url( 'widgets.php' ) . '">' : '', current_user_can( 'edit_theme_options' ) ? '</a>' : '' ), 'filter' => true, ), array( 'before_widget' => '<section class="widget widget_text">', 'after_widget' => '</section>', 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>' ) ); ?> <?php endif; // End widgets check. ?> </aside><!-- #sidebar-primary --> <?php endif; // End layout check. ?>