标题链接功能不起作用。Blobo Info()出现问题

时间:2011-10-14 作者:Kat

我正在编写一个函数,使我的所有标题图像链接到各自的主页。我编写了以下函数:

    function get_category_location(){
    $header = get_category_header();
    $home = bloginfo(\'url\');

    if ($header == \'wth\') {
        $location = $home . "/wth/" ;
    }

    else if ($header == \'campus\' || $header == \'tech\') {
        $location = get_category_link();
    }

    else {$location = $home;}

    return $location;

}
因此,当你点击我们网站wth部分的标题时,$标题应等于“wth”,而$主页应等于\'http://dev.reesenews.org\'因此位置应设置为\'http://dev.reesenews.org/wth/\'

据我所知,$header和$home是正确的。

1 个回复
最合适的回答,由SO网友:chifliiiii 整理而成

您正在将值存储到需要使用的变量中

get_bloginfo(\'url\')

http://codex.wordpress.org/Function_Reference/get_bloginfo

结束

相关推荐

为什么我看到任何用户都有Manage_Categories功能,但没有Manage_Tages功能?

使用“Members”或“Capability Manager”之类的插件,我看不到这样的插件manage_tags 能力。难道不应该有这样一个吗manage_categories?编辑:我想我知道了。manage\\u术语适用于所有分类法。没有一个专门用于标记,但如果我愿意,我可以创建一个。这可以让我设置一个只能编辑类别而不能编辑标记的角色,反之亦然。注:我的评分下降了。如果你对我的评价很低,请说明原因。谢谢