Links in posts no longer working
-
Links and embedded videos no longer functioning in posts. I can preview fine.. everything works great but when I publish they do not work:
https://www.correctfitnesssystems.com/blog/
My index.php is standard:
<div class="left-container"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="contact-title"> <h3><?php the_title(); ?></h3> <span class="red-border"></span> </div> <article> <p>Posted on <?php the_time('F jS, Y') ?></p><br> <p><?php the_content(__('(more...)')); ?></p> </article> <?php endwhile; else: ?> <p><?php _e('Sorry, we couldn’t find the post you are looking for.'); ?></p> <?php endif; ?> </div>
Thanks for the help!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Links in posts no longer working’ is closed to new replies.