第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

下拉過(guò)濾器無(wú)法正常工作

下拉過(guò)濾器無(wú)法正常工作

PHP
蕭十郎 2023-06-24 15:07:39
我的代碼:<?php    function filter_profiles_by_country()    {        $url = get_site_url();        if ( $terms = get_terms( array('taxonomy' => 'country','orderby' => 'name') ) )        {            // if categories exist, display the dropdown            echo '<select name="categoryfilter" onchange="if (this.value) window.location.href=this.value">';            echo '    <option value="'.$url.'/profiles">All Profiles...</option>';            foreach ( $terms as $term )            {                // ID of the category as an option value                echo '    <option value="'.$url ."/country/". $term->name . '">' . $term->name . '</option>';             }            echo '</select>';        }    }?>當(dāng)我單擊“所有配置文件”時(shí),它應(yīng)該將我?guī)У?/profiles/ 頁(yè)面。但它不起作用。
查看完整描述

1 回答

?
慕絲7291255

TA貢獻(xiàn)1859條經(jīng)驗(yàn) 獲得超6個(gè)贊

  <?php 


function filter_profiles_by_country(){

        $url = get_site_url();

        global $wp;

    $current_url = home_url(add_query_arg(array(), $wp->request));

    

    if( $terms = get_terms( array(

        'taxonomy' => 'country',

        'orderby' => 'name'

    ) ) ) : 

        // if categories exist, display the dropdown

        echo '<select name="categoryfilter" onchange="if (this.value) window.location.href=this.value"><option value="'.$url.'/profiles/">All Profiles...</option>';

        foreach ( $terms as $term ) :

            $loadedItem = $url."/country/".$term->name;

            $selectedItem = ($current_url == $loadedItem)? "selected": "";

            echo '<option '.$selectedItem.' value="'.$url ."/country/". $term->name . '">' . $term->name . '</option>'; // ID of the category as an option value

        endforeach;

        echo '</select>';

    endif;

    }

?>

嘗試這個(gè)。


查看完整回答
反對(duì) 回復(fù) 2023-06-24
  • 1 回答
  • 0 關(guān)注
  • 139 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)