0

我的代码是if ($link->getAttribute('title') == '' || empty($link->getAttribute('title'))),我想知道如何在标签位于帖子底部时显示链接标题。

我最近尝试了https://wordpress.stackexchange.com/questions/19292/automatically-add-title-attribute-to-links-in-wordpress但它断线了if ($link->getAttribute('title') == '' || empty($link->getAttribute('title')))

这是我的来源中显示的内容:Tags: <a href="http://revivemediaservices.com/tag/destin-web-design/" rel="tag">Web Design</a>

4

1 回答 1

0

我认为问题在于您的代码正在编码 HTML 实体,在这种情况下您不想要。为此,您可以获得其背后的代码,而不是网页设计。

您需要提供这些链接在哪一行被回显/打印。我预计html-entitites()功能在那里使用。html-entitites函数在这里是必需的,但只需要对这个粗体部分进行编码:<a hreft='http://example.com>示例描述</a>,因此您的代码必须修改 IMO。

于 2013-05-30T18:28:16.303 回答