Month: June 2018

How to create custom post type in wordpress ?

Add this code to your website theme functions.php file.. <?php function nst_custom_post() { register_post_type( 'Movie', array( 'labels' => array( 'name' => __( 'Movie' ), 'singular_name' => __( 'Movie' ) ), 'public' => true, 'has_archive' => true, 'rewrite' => array('slug' =>...

How to make owl carousel to slide smoothly ?

Here is the solution to make owl slider to slide image smoothly.. in wordpress or html scripts. To make owl slider to slide image smoothly.. just add this smartSpeed attribute to owl function.. $('#nst-video').owlCarousel({ items: 2, loop: true, margin: 10,...

Change Breadcrumb text in Shopify !

Login to your shopify Store and goto Online Store. Click on "Edit Language" of active template ... The window will be like this.. Click on checkout Tabs to change default text.. It was before " Cart > Customer information >...
Click to Chat