Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimcoleman/da7b4bd257db250d9d47b4d5b5d61fd5 to your computer and use it in GitHub Desktop.
Save kimcoleman/da7b4bd257db250d9d47b4d5b5d61fd5 to your computer and use it in GitHub Desktop.
A sample concept using memberlite_subpagelist and the post_parent override using Memberlite.
/*
Copy and paste this into the "Page Bottom Banner" field in the Edit Page screen.
This recipe requires Memberlite (https://memberlitetheme.com) and
the Memberlite Shortcodes plugin (https://memberlitetheme.com/memberlite-shortcodes/)
Update line 10 with your desired subpagelist post_parent ID OR remove the attribute to get the current page's children.
See documentation at: https://memberlitetheme.com/memberlite-shortcodes/subpagelist/
*/
<h1 class="text-center text-3x">Learn More About Our Program</h1>
[memberlite_subpagelist post_parent="403" layout="4col" thumbnail="medium"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment