Works only with the total theme Framework. If a post has the custom Meta "enym_custom_meta"…
Site URL Shortcode
//===================================================
//SHORTCODE: SITE URL
//===================================================
add_shortcode( 'site_url', function( $atts = null, $content = null ) {
return site_url();
} );
Comments (0)