Dev log
Show one WordPress page’s content in another template
Pull one page's content into another template with get_post() and the_content filter, or setup_postdata() for template tags. I include a safe shortcode too.
4 min read
Tag
content
Dev log
Show one WordPress page’s content in another template
Pull one page's content into another template with get_post() and the_content filter, or setup_postdata() for template tags. I include a safe shortcode too.
4 min read