I want to capture url slug and title from sidebar.php
. For example: if url is: www.example.com/video-tuts/abc
for a page which title is: awesome explanation of abc
Now I want to get the portion of the url: video-tuts
and title: awesome explanation of abc
from sidebar.php
. Any idea?