403Webshell
Server IP : 65.109.86.83  /  Your IP : 216.73.217.84
Web Server : nginx/1.14.1
System : Linux libra 4.18.0-553.51.1.el8_10.x86_64 #1 SMP Wed Apr 30 20:24:04 UTC 2025 x86_64
User : root ( 0)
PHP Version : 8.3.31
Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/html/wp-content/themes/zodiac22/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/wp-content/themes/zodiac22//header-blog.php
<!DOCTYPE html>
<html lang="en-US">
<head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <link rel="apple-touch-icon" sizes="180x180" href="<?php echo get_stylesheet_directory_uri() ?>/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="<?php echo get_stylesheet_directory_uri() ?>/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="<?php echo get_stylesheet_directory_uri() ?>/favicon-16x16.png">
    <link rel="manifest" href="<?php echo get_stylesheet_directory_uri() ?>/site.webmanifest">
    <link rel="mask-icon" href="<?php echo get_stylesheet_directory_uri() ?>/safari-pinned-tab.svg" color="#5bbad5">
    <meta name="msapplication-TileColor" content="#da532c">
    <meta name="theme-color" content="#ffffff">

    <?php $featuredImage = get_the_post_thumbnail_url(get_the_ID(), 'blog_featured_long'); ?>
    <script type="application/ld+json">
        {
            "@context": "https://schema.org",
            "@type": "NewsArticle",
            "headline": "<?php the_title() ?>",
        "image": [
            "<?php echo $featuredImage; ?>"
        ],
        "datePublished": "<?php echo get_the_date('Y-m-d'); ?>",
        "dateModified": "<?php echo get_the_modified_date('Y-m-d'); ?>",
        "author": [
            {
                "@type": "Person",
                "name": "Anna Kovach",
                "url": "https://annakovach.com"
            }
        ]
    }
    </script>

    <?php
    echo get_field('facebook_pixel', 'option');
    echo get_field('google_analitycs', 'option');

    wp_head();
    ?>
</head>

<body <?php body_class() ?>>
<?php

$logo_id = get_field('logo_blog', 'option');
$logo_url = '';

if ($logo_id) {
    $attachmentUrl = wp_get_attachment_image_url($logo_id, 'blog_featured_square');
    $logo_url = $attachmentUrl != '' ? $attachmentUrl : $logo_id;
}

?>

<div class="main-content">

    <div class="container">

        <header>
            <div class="row justify-content-center">
                <div class="col-md-6 col-9 text-center">
                    <a class="blog-logo" href="<?php bloginfo('url'); ?>">
                        <img src="<?php echo $logo_url; ?>" alt="Logo" class="img-fluid">
                    </a>
                </div>
                <?php echo get_template_part('inc/header-parts/menu'); ?>
            </div>
        </header>

    </div>

Youez - 2016 - github.com/yon3zu
LinuXploit