gpt4 book ai didi

html - 无法在此 Wordpress 主题上编辑 "Read more"选项

转载 作者:行者123 更新时间:2023-11-28 13:23:55 30 4
gpt4 key购买 nike

我有这个主题,当我想使用“插入更多标签”添加“阅读更多”选项时,主题在下方添加了一个阅读更多图标。我想做的是:删除“阅读更多”图标并在文本末尾显示“阅读更多”(而不是在文本下方——这很重要)。请检查下面的视觉说明。

在此先感谢您的帮助。真的很感谢。

(p.s. 我对如何编辑 html 文件知之甚少,如果根本不会的话)

可视化说明--> http://bit.ly/V8fU8k

主题 --> http://bit.ly/13I3x7U

最佳答案

    you can change the Read More option in loop.php file in your theme folder

Remove this code

<?php if (option::get('display_readmore') == 'on') { ?><span class="readmore"><a href="<?php the_permalink() ?>"><?php _e('Read more', 'wpzoom'); ?></a></span><?php } ?>

find

<?php if (option::get('display_content') == 'Full Content') { the_content(''); } else { the_excerpt(); } ?>

and add code after this

<a href="<?php the_permalink() ?>"><?php _e('Read more', 'wpzoom'); ?></a>

关于html - 无法在此 Wordpress 主题上编辑 "Read more"选项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14385242/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com