Hi , Possibe to add single page without modal type
-
Hi ,
Currently we are developing car rental site.
The pluign is just awesome.
- Possible to create single page without modal.
- Is there is possibel to add Feature icon option , luggage select option , passengers etc.
can we add this to enable single page
function custom_register_easync_car_post_type() {
$args = array(
‘public’ => true,
‘supports’ => array(‘title’, ‘editor’, ‘thumbnail’),
‘has_archive’ => true,
‘rewrite’ => array(‘slug’ => ‘easync_cars’),
);
register_post_type(‘easync_car’, $args);
}
add_action(‘init’, ‘custom_register_easync_car_post_type’);Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Hi , Possibe to add single page without modal type’ is closed to new replies.