In content.php I replaced line number 69 with this change. Instead of
<div><?php _e(‘Continue reading’, ‘rundown’); ?></div>
I replaced the hash symbol with <?php the_permalink(); ?>
Here is the changed line
<div>” class=”more-link”><?php _e(‘Continue reading’, ‘rundown’); ?></div>
This change worked.
-
This reply was modified 8 years, 5 months ago by ushamv.
-
This reply was modified 8 years, 5 months ago by ushamv. Reason: the code change showing was wrong