Is it possible to have my custom permalink structure on title tag of my blog?
my current permalink structure is this
/%postname%/%location%/%mba_courses%/ where my location and mba_courses are custom taxonomies
Now I want this on my title tag, can I write something like this in title tag?
<title><?php echo (/%postname%/%location%/%mba_courses%/); ?><title>
I know this is a wrong code, and it won't work, but is their any way, where I can have this kind of title tag?