shortcode test
<a href="">Affiliate link</a>
<a href="">Pretty link</a>
Hello, this is a section of code!
Hello, this is a section of code with shortcode:
getting link URL from shortcode!
<a href="">your code here</a>
<php /** * Genesis Framework. * * WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances. * Please do all modifications in the form of a child theme. * * @package Genesis\Templates * @author StudioPress * @license GPL-2.0+ * @link http://my.studiopress.com/themes/genesis/ */ genesis_structural_wrap( 'site-inner', 'close' ); echo '</div>'; //* end .site-inner or #inner do_action( 'genesis_before_footer' ); do_action( 'genesis_footer' ); do_action( 'genesis_after_footer' ); echo '</div>'; //* end .site-container or #wrap do_action( 'genesis_after' ); wp_footer(); //* we need this for plugins ?>