包含html和_permarink()的回显变量;

时间:2014-04-25 作者:Babidi

I\'am trying to echo a vriable,但permalink不能作为可点击按钮工作。permalink刚刚显示在按钮外。

这是我的代码:

$perma = the_permalink();

$valid = \'<button class="btn btn-success btn-wide" href="\'.$perma.\'">
           Gegevens opgeslagen  <span class="glyphicon glyphicon-ok"></span>
           <a class="pull-right"><span class="label label-default">
           <span class="glyphicon glyphicon-ok"></span></span></a></p>  
          </button>\';


$id = get_the_ID();

if($id == \'2440\'){
        if($current_user->google_play_gebruikersnaam != ""){
                echo $valid;
              }

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

您需要使用get_permalink(), 它将返回URL,而不是回显它。

结束

相关推荐

如何在不交换wordpress-core的情况下更改wp-include/soronomy.php中的值

我遇到的问题是,即使用户登录,私有帖子的标签也不会显示在小部件标签云中。原因似乎是函数中“post\\u status”的值_update_post_term_count 在wp包括/分类中。php。至少当我将此值更改为“private”时,会显示私有标记。我的问题是:如何在不编辑分类法的情况下更改此值。php,那么核心呢?这是已更改的功能(在**...**):function _update_post_term_count( $terms, $taxonomy ) { global $w