fixing permalink id for the back to courses link on the lessons page
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 24 Jul 2018 20:15:16 +0000 (16:15 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 24 Jul 2018 20:15:16 +0000 (16:15 -0400)
single.php

index ba851b0..a867188 100644 (file)
@@ -14,7 +14,7 @@ if($pt === 'cmvl_channel'){
 get_header(); ?>
 <div class="mid-content clearfix">
        <div id="primary" class="content-area <?php echo $fw; ?>">
-    <a href="<?php echo get_permalink(195); ?>">Back to my courses</a>
+    <a href="<?php echo get_permalink(363); ?>">Back to my courses</a>
                <main id="main" class="site-main" role="main">
 
                <?php while ( have_posts() ) : the_post(); ?>