Forums
(@allegragf)
11 years, 2 months ago
So I have learned that shortcodes is a way of doing this.
function my_fuction( $atts ){ //show this instead of [myshortcode]; } add_shortcode( ‘myshortcode’, ‘my_fuction’ );