Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter mgkasper6

    (@mgkasper6)

    Yes, I was planning on posting my resolution but time got away from me…

    Seemed there was a conflict with the theme’s code and wordtube plugin. This is what the theme developer suggested that worked:

    Okay, Open the tab.php file in the theme and find the following line

    <p><?php the_content_rss('more_link_text', TRUE, '', 50); ?></p>

    Delete it and paste the following in its place

    <?php the_excerpt(); ?>

    Hope this helps you out as well.

Viewing 1 replies (of 1 total)