I’m creating my customized Picture slider,
in register_post_type() -> i take advantage of : helps = “title,thumbnail”;
i take advantage of solely two factor in helps, “title,thumbnail”
However post-thumbnails default place is Below Publish tab.
Its look ugly, I wish to present function picture Below title fields.
The place editor present, i wish to present my function picture on that place.
Kindly inform me how this potential?
$args = array(
'labels' => $labels,
'description' => __( 'Description.', 'textdomain' ),
'public' => true,
'publicly_queryable' => true,
'show_ui' => true,
'show_in_menu' => true,
'query_var' => true,
'rewrite' => array( 'slug' => 'slider' ),
'capability_type' => 'put up',
'has_archive' => true,
'hierarchical' => false,
'menu_position' => null,
'helps' => array( 'title','thumbnail')
);
register_post_type( 'slider', $args );
IN case of not potential:
If this not potential then inform me please:
when first time we open any post_type web page, wordpress present 2 columns,
left aspect present title,editor,feedback
or proper aspect displaying publish/thumbnail/class, and so on
Is there any choice to indicate default one column?
so all factor present in a single aspect..