2011年从拇指后移除永久链接

时间:2012-05-17 作者:bsod99

这可能是一件简单的事情,但我不确定它是如何完成的——我想在默认的twentyeleven主题中从post thumb中删除永久链接。浏览了内容。php和其他模板,我看不出在哪里可以做到这一点-这是应该在函数中作为自定义过滤器处理的东西。php?

1 个回复
SO网友:Michael Ecklund

不知道,从来没有用过二十一主题。我打开了主题文件。查看showcase。第104-118行附近的php。

应位于第115行-只需移除包裹柱拇指的锚,

<a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( \'Permalink to %s\', \'twentyeleven\' ), the_title_attribute( \'echo=0\' ) ); ?>" rel="bookmark"><?php the_post_thumbnail( $thumbnail_size ); ?></a>

结束

相关推荐

Anonymous functions usage

只是想知道使用匿名函数的首选方法是什么。首先,我有一些这样的代码:function page_columns( $columns ) { $columns = array( \'cb\' => \'<input type=\"checkbox\" />\', \'title\' => \'Title\', \'author\' => \'Author\', \'te