Friday 16 December 2016

Enable scrollwheel zooming on a map upon click using Google Maps API

var mapOptions = {
  center: new google.maps.LatLng(51.605139, -2.918567),
  zoom: 15,
  scrollwheel: false,
  draggable: false,
  mapTypeId: google.maps.MapTypeId.ROADMAP
};

Saturday 8 October 2016

The Best Way to Adding Home Page



Adding a link to home.
<a href="<?php echo esc_url( home_url( '/' ) ); ?>">Home</a>
<link rel="stylesheet" href="<?php echo esc_url( home_url( '/' ) ); ?>wp-content/themes/rica/css/grid.css">
};