I am trying to implement custom meta tags , and read the values from page properties. I am not able to read the values from page properties for the page url. Could you provide some answers how to read page url from page properties.
Solved! Go to Solution.
Views
Replies
Total Likes
@cxasha If i understand your question correctly, you are trying to access the page path ?
if yes, you can use ${currentPage.path}
Views
Replies
Total Likes
@cxasha If i understand your question correctly, you are trying to access the page path ?
if yes, you can use ${currentPage.path}
Views
Replies
Total Likes
Thank you! it worked.