Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一直在尝试谷歌寻找答案,但没有成功。
http://puu.sh/4ir5w.jpg
这是archives.php下的样子:
http://puu.sh/4kcJr.png
我试过删除空行,但这只会导致解析错误。这是在 Wordpress 网站上。请帮忙!
也许你最好编辑返回描述的函数......但是为了快速而肮脏的修复 - 试试这个:
if( !empty($category_description) && $category_description !== '[empty]' ) //... if( !empty($tag_description) && $tag_description !== '[empty]' ) //...