Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Filter by Categories
CSS
Css3
Free Wordpress Themes
Html
Html5
jquery
js
Other
Php
woocommerce
Wordpress
Wordpress Plugins

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...

Custom post type with pagination

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...