• Hi, I love this team, but the biggest issue I am having with using it is that all my posts consist of an embedded PDF. On the home page, the embedded PDF is not apart of the preview post. Any help is appreciated.

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

    (@ninebolt)

    I figured it out! For others:

    Go into Appearance -> Editor.

    On the right side, select content.php.

    Change the following:

    <div <?php hybrid_attr( 'entry-summary' ); ?>>
    <?php the_excerpt(); ?>
    </div><!-- .entry-summary -->

    to:

    <div <?php hybrid_attr( 'entry-summary' ); ?>>
    <?php the_content(); ?>
    </div><!-- .entry-summary -->
Viewing 1 replies (of 1 total)

The topic ‘Compatibility with Google Doc Embedder’ is closed to new replies.