Skip to content

Instantly share code, notes, and snippets.

View tacoverdo's full-sized avatar

Taco Verdonschot tacoverdo

View GitHub Profile
@tacoverdo
tacoverdo / Local SEO address shortcode.php
Created September 4, 2013 14:18
Local SEO by Yoast - address shortcode
<?php
// // Can be used in any (template) file, will do the same as shortcode [wpseo_address]
if( function_exists( 'wpseo_local_show_address' ) ) {
$params = array(
'echo' => true,
'id' => 237,
'show_state' => true,
'show_country' => true,
'show_phone' => true,
'oneline' => false,
@tacoverdo
tacoverdo / Local SEO map shortcode.php
Last active December 22, 2015 07:19
Local SEO by Yoast - Map shortcode
<?php
// Can be used in any (template) file, will do the same as [wpseo_map] in posts/pages.
if( function_exists( 'wpseo_local_show_map' ) ) {
$params = array(
'echo' => true,
'id' => 347,
'width' => 800,
'height' => 600,
'zoom' => 5,
'show_route' => true