WordPress超级门户网站主题WordPress企业网站主题【多风格】WPYOUKid亲子儿童主题WPSummer高级主题
返回列表 发帖
文章列表如何去掉

TOP

21# usbiz



去掉首页中的这些内容就可以了。
  1. <!-- 最新文章列表 开始 -->
  2. <div class="entry">
  3.         <h4>文章列表</h4>
  4.    <?php if (have_posts()) : ?>
  5.                 <?php while (have_posts()) : the_post(); ?>
  6.                         <div class="post" id="post-<?php the_ID(); ?>" onmouseover="this.className='post post_border'" onmouseout="this.className='post'">
  7.                                 <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="ermanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
  8.                                 <div class="small_desc"><?php the_author_posts_link(); ?> 发表于 <?php the_time('Y-m-d H:i'); ?> 阅读:<?php if(function_exists('the_views')) { the_views(); } ?></div>
  9.                                         <div class="postbg"><?php the_content(''); ?></div>
  10.                                                 <div class="postother">
  11.                                                         分类: <?php the_category(', ') ?> | 评论数: <?php comments_popup_link('0 ', '1 ', '% '); ?> | <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><strong class="f14px">阅读全文</strong></a>
  12.                                                 </div>
  13.                         </div>
  14.                 <?php endwhile; ?>
  15.         <?php else : ?>
  16.                 <!-- 无文章提示 -->
  17.                 <div class="post">
  18.                         <h2 class="center search">抱歉,没有找到合适的文章.</h2>
  19.                         <p class="center">请您<a href="<?php echo get_settings('home'); ?>">返回首页<?php echo $langblog;?></a>或在搜索中查找您所需的信息.带来不便,敬请谅解!</p>
  20.         </div>
  21.         <?php endif; ?>
  22. </div>

  23. <!-- 最新文章列表 结束 -->
复制代码

TOP

非常感谢~

TOP

支持一下,谢谢,我会维护你的版权

TOP

10# ifatbee me too

TOP

福安博客顶一个

TOP

想要这个主题,但不知样装,可不可以说详细点呀,比如弄个图一步一步的做,我现已安装了z-BLOG的default主题,现应怎样做呀,

TOP

27# hxfjj

这大哥来搅场子的,我们只做WordPress主题。

TOP

不好意思,让你们见笑了,因为自己很菜,不懂这些

TOP

你的主题做的非常细心,虽然我不用CMS,但是我要向你学习下内容的调用.

TOP

返回列表

在线客服

QQ客服: 84198860