projects
/
WP-Themes
/
saultstemarie360.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
214849b
)
fixing permalink id for the back to courses link on the lessons page
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 24 Jul 2018 20:15:16 +0000
(16:15 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 24 Jul 2018 20:15:16 +0000
(16:15 -0400)
single.php
patch
|
blob
|
history
diff --git
a/single.php
b/single.php
index
ba851b0
..
a867188
100644
(file)
--- a/
single.php
+++ b/
single.php
@@
-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(); ?>