Get wp_title() from page ID into a variable
As you said, wp_title works only for current post, so can be a little tricky save it in a variable for a post that is not the current. However, wp_title works not only for singular post / page / cpt but also for every type of archive. So it’s easy create a custom function that … Read more