My website index is component..
Sample:
www.mysite.com/mycomponent/
When I use macros it does not show..it shows global metatags.
Where do I change site URL from "
www.mysite.com" to "
www.mysite.com/mycomponent/" ?
I tired to change it in plugin folder, it did not work.
"// Set macro values
$siteurl = str_replace( 'https://http://www.mysite.com/mycomponent/', '', JURI::base() );
$siteurl = rtrim ( str_replace(
www.mysite.com/mycomponent/', '', $siteurl ), '/'); "
Right now I copy : metadesc, metatags, title, author from page one by one and paste it in back and. it is time consuming. if I could use the macros, it will save me alot of time..