想请教一个关于wordpress链接的问题。即外链如何转换为內链形式?
如:http://fairyfish.net/?r=http://music-it.cn/转跳到http://music-it.cn/
我的comments.php里关于评论链接是这样写的
<?php if ($comment->comment_type == "comment") comment_author_link();
else {
strlen($comment->comment_author)?$author=substr($comment->comment_author,0,25)."&hellip":$author=substr($comment->comment_author,0,25);
echo 'comment_author_url.'">'.$author.'';
}
?>
关于wordpress链接的问题
(3 篇回复) (2 个人参与)-
1 年 前回复 #
-
多谢多谢!
1 年 前回复 #
回复
你必须登录才能回复。
