1) 当列出岗位按类别, 怎么能我改变标志“[…]” 并且使它一个链接对岗位的永久链接相似与主要索引页?
打开theloop.php (使用Presentation/Theme 编辑) 并且寻找:
<?php 如果(is_archive() 或is_search()) {the_excerpt(); } {the_content("Continue 读书'" 。the_title(",", 假) 。"'");}? >
改变它对:
<?php 如果(is_search()) {the_excerpt(); } {the_content("Continue 读书'" 。the_title(",", 假) 。"'");}? >
如果您想要改变它简单地 读更多> > 然后使用:
<?php 如果(is_search()) {the_excerpt(); } {the_content("Read 更多>>");}? >
如果您不想要这([ … ]) 在查寻页里然后使用这:
<?php the_content("Continue 读书'" 。the_title(",", 假) 。"'");? >
2) 当列出岗位按类别, 链接没出现。为什么链接不被激活?
在类别和查寻看法, 节录显示哪doesn’t 显示链接。跟随步上面(问题1) 解决这。它照顾两个问题。

































