• 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)
  • It’s hard to say what’s going on, when I navigate to your site, I’m not sure where I’m suppose to look for links in the text.

    I don’t think that the issue is with your theme however. My gut feeling is telling me that a plugin is causing the issue. I would go ahead and deactivate them all one by one. If the links then work, then re-activate your plugins one by one to find the culprit.

    Thread Starter itchef

    (@itchef)

    Christine, Thanks for the response, but I don’t have any plugins installed. Any other ideas?

    The article is floated left, you need to remove that.

    In style-blue.css you need to remove the float:left from the CSS.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Links in posts no longer working’ is closed to new replies.