function my_about_shortcode() {
return ‘
About Us
Write your short about text here.
‘;
}
add_shortcode(‘about’, ‘my_about_shortcode’);
function my_about_shortcode() {
return ‘
Write your short about text here.
‘;
}
add_shortcode(‘about’, ‘my_about_shortcode’);