HEX
Server: Apache/2
System: Linux da.abacipark.com 4.18.0-553.34.1.el8_10.x86_64 #1 SMP Wed Jan 8 09:40:06 EST 2025 x86_64
User: ankarasy (1626)
PHP: 8.4.18
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/ankarasy/public_html/en/wp-content/themes/alomaliye4/sidebar-footer.php
<?php
/**
 * The sidebar containing the main widget area
 *
 * @package ascent
 */
?>
  

    <?php // add the class "panel" below here to wrap the sidebar in Bootstrap style ;) ?>
    <div class="sidebar-padder">

      <?php do_action( 'before_sidebar' ); ?>
      <?php if ( ! dynamic_sidebar( 'sidebar-footer' ) ) : ?>
  
        <aside id="pages" class="widget widget_pages">
          <?php wp_list_pages(); ?>
        </aside>
  
        <aside id="search" class="widget widget_search">
          <?php get_search_form(); ?>
        </aside>
  
        <aside id="archives" class="widget widget_archive">
          <h3 class="widget-title"><?php _e( 'Arşiv', 'ascent' ); ?></h3>
          <ul>
            <?php wp_get_archives( array( 'type' => 'monthly' ) ); ?>
          </ul>
        </aside>
  
        <aside id="meta" class="widget widget_meta"> 
          <h3 class="widget-title"><?php _e( 'Meta', 'ascent' ); ?></h3>
          <ul>
            <?php wp_register(); ?>
            <li><?php wp_loginout(); ?></li>
            <?php wp_meta(); ?>
          </ul>
        </aside>
  
      <?php endif; ?>
      
    </div><!-- close .sidebar-padder -->