Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Viewing all articles
Browse latest Browse all 8245

mrfraz on "Get Term-ID"

$
0
0
<?php

$meta = get_option('select_name');
if (empty($meta)) $meta = array();
if (!is_array($meta)) $meta = (array) $meta;
$meta = isset($meta['77']) ? $meta['77'] : array();
$value = $meta['select_field'];
echo $value; // if you want to show

?>

How can i replace the "77" with the current term id of the site?
Maybe someone can help me.

thank you!


Viewing all articles
Browse latest Browse all 8245

Trending Articles