Created
August 7, 2017 13:50
-
-
Save AladinDridi/3af9d7be05fcc6c4e62853e45f4233d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//echo do_shortcode('[uo_courses enrolled_only="yes" price="no" limit="all" ]'); | |
echo apply_filters( 'the_content',' [uo_courses enrolled_only="yes" price="no" limit="all" ] '); | |
?> | |
<?php | |
if(is_user_logged_in() && function_exists('pmpro_hasMembershipLevel') &&!pmpro_hasMembershipLevel() ){ | |
echo apply_filters( 'the_content',' [uo_courses not_enrolled="yes" price="no" limit="all" ] '); | |
} | |
?> | |
<head> | |
<meta charset="utf-8"> | |
<link rel="stylesheet" href="http://localhost/wptest/wp-content/plugins/buddypress-learndash/templates/course-grid-view.css"/> | |
<link rel="stylesheet" href="http://localhost/wptest/wp-content/plugins/buddypress-learndash/templates/course-grid-view-core.css"/> | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment