How do I get a link to a WP page within a loop?
I'm trying to get a link to Page A within a loop on Page B. Normally I would use ?php echo get_page_link($mypage-ID); ?
but the loop is causing this to always return a path to the current page.
Topic permalinks Wordpress
Category Web