403Webshell
Server IP : 148.113.13.24  /  Your IP : 216.73.217.94
Web Server : Apache/2.4.59 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/3.0.2
System : Linux o1.zxs.ovh 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
User : b051826 ( 1041)
PHP Version : 8.2.19
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,exec,system,passthru,shell_exec,proc_open,popen
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/b051826/web/zenpathjapan.com/public_html/wp-content/themes/zenpathjapan/parts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/b051826/web/zenpathjapan.com/public_html/wp-content/themes/zenpathjapan/parts/card-f.php
<?php
/** parts/card-f.php — featured card: photo 60% + text. display:flex INLINE
 *  (CSS media query only flips to column on mobile). */
defined('ABSPATH') || exit;
$pc = zpj_primary_cat();
?>
<article class="zpj-card-f">
  <a class="zpj-card-f__link" href="<?php the_permalink(); ?>">
    <div class="zpj-card-f__inner" style="display:flex;">
      <?php if (has_post_thumbnail()) : ?>
        <div class="zpj-card-f__img" style="flex:0 0 60%;">
          <?php the_post_thumbnail('zpj-wide', ['loading' => 'lazy', 'decoding' => 'async']); ?>
        </div>
      <?php endif; ?>
      <div class="zpj-card-f__body" style="flex:1 1 40%;">
        <?php if ($pc) : ?>
          <span class="zpj-tag" style="--t:<?php echo esc_attr(zpj_cat_hue($pc)); ?>"><?php echo esc_html($pc->name); ?></span>
        <?php endif; ?>
        <h2 class="zpj-card-f__title"><?php the_title(); ?></h2>
        <p class="zpj-card-f__ex"><?php echo zpj_excerpt(null, 110); ?></p>
        <span class="zpj-cm"><?php echo zpj_pub_date(); ?> · 約<?php echo (int) zpj_calc_rt(); ?>分</span>
      </div>
    </div>
  </a>
</article>

Youez - 2016 - github.com/yon3zu
LinuXploit