通過Divi子模板更改內核文件在搜索和標簽雲頁麵增加read more連接

2018-09-18 约 213 字 预计阅读 1 分钟

Divi模板很不錯,但是他的創始人可能也是有一個“不要賺到盡”的哲學。有些地方我懷疑是他故意留下來的破綻。

比如他的搜索和tag頁麵,為什麼不缺省的作上read more連接呢。

到其論壇去找到解決方案。

將divi目錄下的index.php文件,找到54行,更改為:
truncate_post( 270 );
printf( ' <a href="%1$s" class="more-link" >%2$s</a>' , esc_url( get_permalink() ), esc_html__( 'read more', 'et_builder' ) );

然後上傳到divi的子模板目錄下:
scp \path\index.php yourusername@yourwebsite.com:/home/yourusername

ssh yourusername@yourwebsite.com

sudo mv index.php /var/www/yourwebsite.com/wp-content/themes/divi-child/

搞定,現在搜索結果和tag頁麵也有了“了解更多”的連接了。

保存在gist上。


Tags: divi wordpress

author

Jesse Lau

網名遁去的一,簡稱遁一。2012年定居新西蘭至今,自由職業者。
本文采用知識共享署名 4.0 國際許可協議進行許可。簡而言之,可隨意轉發轉載,轉載請注明出處。


留点评论吧: