Title: lambda89's Replies | WordPress.org

---

# lambda89

  [  ](https://wordpress.org/support/users/lambda89/)

 *   [Profile](https://wordpress.org/support/users/lambda89/)
 *   [Topics Started](https://wordpress.org/support/users/lambda89/topics/)
 *   [Replies Created](https://wordpress.org/support/users/lambda89/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/lambda89/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/lambda89/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/lambda89/engagements/)
 *   [Favorites](https://wordpress.org/support/users/lambda89/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Posts per Cat] Problems with Excerpts](https://wordpress.org/support/topic/plugin-posts-per-cat-problems-with-excerpts/)
 *  Thread Starter [lambda89](https://wordpress.org/support/users/lambda89/)
 * (@lambda89)
 * [16 years ago](https://wordpress.org/support/topic/plugin-posts-per-cat-problems-with-excerpts/#post-1512936)
 * I can add to this that the “summary” (excerpt) **is** printed properly. Though,
   it’s an empty string.
 * I verified this by concatinating in two !! into the echo of it.
 * This leads me to think that there might have something to do with the parameters:
 * `if ( $ppc_excleng && mb_strlen_dh($clanak->post_excerpt) > ($ppc_excleng+1) ){
   $summary = substr_utf8($clanak->post_excerpt, 0, $ppc_excleng)."&hellip;"; } 
   else { $summary = $clanak->post_excerpt;}`
 * I would like to know; where does $clanak->post_excerpt come from? Is that a wordpress-
   parameter? ($clanak means “$post” or “$article”, by the way).

Viewing 1 replies (of 1 total)