Archived topic
Dynamic path issue
1 reply · Started by Bipul on January 2, 2021
Viewing posts 1–2 of 2
Hi, I want to create a dynamic path in function.php but the path had changed like http://https//vidyapeeth.aphroecs.com/aadharshila-fraternity/welcome-to-aadharshila/
This is the code
//Create shortcode for getting home url
function get_base_url() {
$home_url = home_url();
return $home_url;
}
// register shortcode
add_shortcode('base-url', 'get_base_url');
Hi there,
how are you using the shortcode in your content ?
This archived topic is closed to new replies.