Forums

Theme Excerpts on a single page (1 post)

  1. fcostacampos
    Member
    Posted 7 months ago #

    I would like to include Related or Random Posts after my "Full Post Content" on a single page, with correct Format!, not clean database content.

    What I need is to Display Related Posts as they appear in my Homepage, where I use <?php the_excerpt() ?>.

    Using the_excerpt for each post on main page, it will show an excerpt plus a thumbnail, inserted through plugin Thumbnail for Excerpts
    http://www.cnet.ro/wordpress/thumbnailforexcerpts/

    My blog is: http://www.osdeusesdevemestarloucos.com

    How can I show excerpts with the same format, as I do on the "main page", but instead in my Single page?

    All related posts plugins (I've used a dozen) will show "Excerpt" text as it appears on database.

    I tried to solve that using other plugin: Get-a-post
    http://guff.szub.net/get-a-post

    <?php get_a_post(123); ?>
    <h3><?php the_title(); ?></h3>
    <?php the_content(); ?>

    Well, the_title, the_content and so on works perfect. But not the_excerpt function. It will be empty.

    Does anyone have this problem or it is just way too tricky?

    Thanks in advance,
    Francisco Campos

Reply

You must log in to post.

About this Topic