| Server IP : 104.21.21.239 / Your IP : 216.73.217.39 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/home2/domains/siparentOLD/wp-content/themes/responsive/ |
Upload File : |
<?php
// Exit if accessed directly
if ( !defined( 'ABSPATH' ) ) {
exit;
}
/**
* Loop Header Template-Part File
*
* @file loop-header.php
* @package Responsive
* @author Emil Uzelac
* @copyright 2003 - 2014 CyberChimps
* @license license.txt
* @version Release: 1.1.0
* @filesource wp-content/themes/responsive/loop-header.php
* @link http://codex.wordpress.org/Templates
* @since available since Release 1.0
*/
/**
* Display breadcrumb
*/
get_responsive_breadcrumb_lists();
/**
* Display archive information
*/
if ( is_category() || is_tag() || is_author() || is_date() ) {
// Replaced old code using new WP core functions
the_archive_title( '<h6 class="title-archive">', '</h6>' );
the_archive_description( '<div class="taxonomy-description">', '</div>' );
}
/**
* Display Search information
*/
if ( is_search() ) {
?>
<h6 class="title-search-results"><?php printf( __( 'Search results for: %s', 'responsive' ), '<span>' . get_search_query() . '</span>' ); ?></h6>
<?php
}