Viewing 1 replies (of 1 total)
  • Thread Starter cscarnevale

    (@cscarnevale)

    I got it. Thanks to another user pointing me toward WP Query and setting parameters, that’s the route I went.

    I downloaded the plugin Shaun’s WP Query Shortcode and used the shortcode to place the list within my page, then I set the tag and post_parent parameters as such:

    [wpquery tag=<strong>example-tag</strong> post_parent=<strong>2</strong>] [wpq_index] [/wpquery]

    Where “example-tag” was my tag and “2” was my parent page of which I wanted to display the child pages.

Viewing 1 replies (of 1 total)
  • The topic ‘List Subpages With a Certain Tag’ is closed to new replies.