1 Star 3 Fork 1

Godor / wpgodor

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
template-feedback.php 743 Bytes
Copy Edit Raw Blame History
Godor authored 2016-09-22 01:27 +08:00 . 修复了变量报错
<?php
/*
Template Name: feedback
*/
?>
<?php require_once('config.php'); ?>
<?php get_header(); ?>
<div id="single" class="page">
<?php while ( have_posts() ) : the_post(); ?>
<div id="top">
<a class="<?php if (LOGO_FONT) { echo 'icon-icon'; } else { echo 'image-icon'; } ?>" href="javascript:history.back()"></a>
</div>
<div class="section">
<div class="images">
</div><div class="article">
<div>
<div class="content">
<?php the_content(); ?>
</div>
<div class="comment link" data-id="<?php the_ID(); ?>">添加评论</div>
<?php comments_template('', true);?>
</div>
</div>
</div>
<?php endwhile; ?>
</div>
<?php get_footer(); ?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/godor/wpgodor.git
git@gitee.com:godor/wpgodor.git
godor
wpgodor
wpgodor
master

Search