Support Forum ยป User Profile

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: get_post_meta in admin columns #5408
    MD3MD3
    Participant

    If i go with these settings in metabox. it will work but i don't want a link that's why i just want to display the string only. Not the one with anchor tag. Is there a way?

    array(
    	'name'        => 'Category',
    	'id'          => $prefix.'category',
    	'placeholder' => 'Select category',
    	'type'        => 'taxonomy',
    	'taxonomy'    => 'brand-category',
    	'field_type'  => 'select',
    	'query_args'  => array(
    		'orderby' => 'count',
    		'hide_empty' => 0
    	),
    	// 'admin_columns' => 'after title'
    ),
    in reply to: Register different meta_box #4338
    MD3MD3
    Participant

    Thanks, it works

    in reply to: Select Box - Taxonomy use slug as value? #4331
    MD3MD3
    Participant

    Thank you. Hopefully you an support it in your next update.

Viewing 3 posts - 1 through 3 (of 3 total)