wordpress 怎么去掉文章页的特色图像?

2014-04-04 17:14:44 +08:00
 ayukun
示例: http://feiyukun.com/gf3%E5%87%A0%E4%B8%AA%E6%9C%88%E5%89%8D%E7%9A%84%E7%BB%83%E4%B9%A0.html

是不是要改single.php这里的东西

<?php
/**
* The Template for displaying all single posts.
*
* @package Inkness
*/

get_header(); ?>

<div id="primary" class="content-area col-md-8">
<main id="main" class="site-main" role="main">

<?php while ( have_posts() ) : the_post(); ?>

<?php get_template_part( 'content', 'single' ); ?>

<?php inkness_content_nav( 'nav-below' ); ?>

<?php
// If comments are open or we have at least one comment, load up the comment template
if ( comments_open() || '0' != get_comments_number() )
comments_template();
?>

<?php endwhile; // end of the loop. ?>

</main><!-- #main -->
</div><!-- #primary -->

<?php get_sidebar(); ?>
<?php get_sidebar('footer'); ?>
<?php get_footer(); ?>
3380 次点击
所在节点    问与答
6 条回复
18709394
2014-04-04 21:31:02 +08:00
几点几版本啦。我用sablog~
ayukun
2014-04-04 21:36:05 +08:00
@18709394 3.8.1 最近刚刚接触,还在摸索中呢
18709394
2014-04-04 22:36:49 +08:00
@ayukun 好久没玩wordpress了。不知道现在怎样了。
ayukun
2014-04-04 22:57:57 +08:00
@18709394 作为一个射鸡湿我是一直没玩过。。前几天兴趣来了,突发奇想弄了一个
WildCat
2014-04-05 06:33:48 +08:00
<?php get_template_part( 'content', 'single' ); ?>

看下你的content-single.php
ayukun
2014-04-05 14:20:46 +08:00
@WildCat 对 就是这

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/107280

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX