HEX
Server: nginx/1.28.3
System: Linux VM-0-7-opencloudos 6.6.117-45.oc9.x86_64 #1 SMP Thu Dec 4 10:26:39 CST 2025 x86_64
User: www (1000)
PHP: 8.2.28
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,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,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.213n.cn/wp-content/themes/rk-blogger/template-parts/content-single.php
<?php

/**
 * The template part for displaying single posts
 *
 * Author: wbolt team
 * Author URI: https://www.wbolt.com
 */
?>

<article>
  <header class="article-header">
    <?php the_title('<h1 class="title-detail">', '</h1>'); ?>

    <div class="post-metas">
      <a class="meta-item meta-author" href="<?php echo esc_url(get_author_posts_url(get_the_author_meta('ID'))); ?>">
        <?php echo wbolt_svg_icon('wbsico-author'); ?>
        <em><?php the_author(); ?></em>
      </a>
      <span class="meta-item meta-date">
        <?php echo wbolt_svg_icon('wbsico-time'); ?>
        <em><?php the_time('M d, Y') ?></em>
      </span>
      <span class="meta-item meta-view">
        <?php echo wbolt_svg_icon('wbsico-views'); ?>
        <em><?php echo wb_get_post_views(get_the_ID()); ?></em>
      </span>
      <a class="meta-item meta-comment" href="<?php comments_link(); ?>">
        <?php echo wbolt_svg_icon('wbsico-comment'); ?>
        <em><?php comments_number('0', '1', '%'); ?></em>
      </a>
    </div>
  </header>

  <?php //详情页广告位 S 
  ?>
  <?php echo wb_insert_ad_block('detail'); ?>

  <div class="article-detail">
    <?php
    the_content();
    ?>
  </div>
</article>