Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Daniele De Santis

    (@danieledesantis)

    Hi,
    could you please paste here (or send via email) the shortcode you are using?

    Thanks,
    Daniele

    Thread Starter imthepipe

    (@imthepipe)

    I have tried both of the following short codes. Thanks.

    [rpfc_recent_posts_from_category category=”25″ posts=”1″ excerpt=”true”]

    [rpfc_recent_posts_from_category category=”25″ posts=”1″]

    Plugin Author Daniele De Santis

    (@danieledesantis)

    Maybe you’re trying to achieve something different from what the plugin has been developed for. With “WP Recent Posts From Category” you can show a list of posts (with – optionally – excerpt, author and date). It does not display full posts. Is that the problem?

    Thread Starter imthepipe

    (@imthepipe)

    Yes, I was looking for something that would display the entire post. Sounds like your plugin is not the solution. Thanks anyway for the help.

    Plugin Author Daniele De Santis

    (@danieledesantis)

    Anyway, if you want to edit the plugin a bit you could replace line 75
    if ($excerpt) { $output .= '<br><span>' . get_the_excerpt() . '</span>'; };

    with something like this:
    $output .= '<br>' . get_the_content();

    to display the content of the post.

    Hope this help,
    Daniele

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Entire Post Not Displayed’ is closed to new replies.