.post p a[href^="http://"]:after
但wordpress把整个网址链接…所以,我怎么样式所有的链接,不是从http://www.mywebsite.com开始?
谢谢。
a[href^="http://"]:not([href*="example.com"]):after,a[href^="https://"]:not([href*="example.com"]):after{ content: " (EXTERNAL)" }
您可以通过单击here查看示例。