Support

Account

Home Forums Front-end Issues how can get post filter by select item Reply To: how can get post filter by select item

  • i have another issue. how can i print selected select box label on page. say like my url is http://your-domain.com/page-that-displays-posts/?value=CK

    i want to print on page <h1>CK</h1>

    i tried with <h1> <?php echo $value; ?> </h1> i come ok. no problem. but it come CK which is select value. but i want to print label. CK label is CK Sunglass so i want to inside h1 will print selected value lable . is that possible ?