Responsive google maps with css
This is the simple CSS code to create responsive google map. Add this css to your stylesheet .google-maps { position: relative; padding-bottom: 75%; // This...
This is the simple CSS code to create responsive google map. Add this css to your stylesheet .google-maps { position: relative; padding-bottom: 75%; // This...
Code for displaying WordPress post list from a category in custom page <?php query_posts(‘posts_per_page=3&category_name=categoryslug’); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div...
Here is the code for display your custom posts with pagination, please install WP-PageNavi plugin for navigation. <?php $temp = $wp_query; $wp_query = null; $wp_query...