Skip to content

Instantly share code, notes, and snippets.

@scottopolis
Last active July 12, 2018 17:59
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
LearnDash Custom Page Layout
<h4 padding><ion-icon name="star"></ion-icon> Featured Courses</h4>
<ap-slider wp="true" card="true" route="https://mysite.com/wp-json/wp/v2/sfwd-courses"></ap-slider>
<h4 padding><ion-icon name="list"></ion-icon> All Courses</h4>
<ap-list wp="true" card="true" class="col-2" route="https://mysite.com/wp-json/wp/v2/sfwd-courses"></ap-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment