Title: rabit101's Replies | WordPress.org

---

# rabit101

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cooked - Recipe Management] Body content not getting into other plugins](https://wordpress.org/support/topic/body-content-not-getting-into-other-plugins/)
 *  Thread Starter [rabit101](https://wordpress.org/support/users/rabit101/)
 * (@rabit101)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/body-content-not-getting-into-other-plugins/#post-9229113)
 * Hi,
 * Please check this…
 * 1. wp-content/plugins/cooked/includes/class.cooked-recipe-meta.php
    Line No: 
   144
 * $recipe_excerpt = ( isset($recipe_excerpt) && $recipe_excerpt ? $recipe_excerpt:
   get_the_title( $post_id ) );
    ———> $recipe_excerpt = ( isset($recipe_excerpt)&&
   $recipe_excerpt ? $recipe_excerpt : $recipe_settings[‘excerpt’] );
 * 2. wp-content/plugins/cooked/includes/class.cooked-recipes.php
    Line No: 366
 * wp_update_post( array( ‘ID’ => $post_id, ‘post_excerpt’ => $recipe_settings[‘
   title’], ‘post_content’ => $recipe_settings[‘title’] ) );
    ———> wp_update_post(
   array( ‘ID’ => $post_id, ‘post_excerpt’ => $recipe_settings[‘excerpt’], ‘post_content’
   => $recipe_settings[‘excerpt’] ) );
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cooked - Recipe Management] Body content not getting into other plugins](https://wordpress.org/support/topic/body-content-not-getting-into-other-plugins/)
 *  Thread Starter [rabit101](https://wordpress.org/support/users/rabit101/)
 * (@rabit101)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/body-content-not-getting-into-other-plugins/#post-9227997)
 * Sorry its not a yoast plugin issue its a cooked plugin issue visual composer 
   also not getting the body content if yoast is not installed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cooked - Recipe Management] Body content not getting into other plugins](https://wordpress.org/support/topic/body-content-not-getting-into-other-plugins/)
 *  Thread Starter [rabit101](https://wordpress.org/support/users/rabit101/)
 * (@rabit101)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/body-content-not-getting-into-other-plugins/#post-9227711)
 * Dear Justin,
 * This issue is coming from Yoast wordpress seo plugin its not compatible.
    For
   testing and finding issue I installed fresh wordpress and cooked plugin on my
   localhost development machine and tested everything working fine but when i installed
   yoast seo plugin the issue is come back again body content showing as post title
   everywhere please find a solution for this.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cooked - Recipe Management] Body content not getting into other plugins](https://wordpress.org/support/topic/body-content-not-getting-into-other-plugins/)
 *  Thread Starter [rabit101](https://wordpress.org/support/users/rabit101/)
 * (@rabit101)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/body-content-not-getting-into-other-plugins/#post-9209570)
 * Hi,
 * The issue come right after update 1.1.6 if you set auto generate meta description
   under yoast Title & meta tab for recipe the title is returning under og meta 
   description tag and also next scripts social network auto poster not getting 
   the rawtext or fulltext from post type cp_recipe if your add blogger or wp based
   wordpress account under next scripts social network auto poster and auto post
   to that network you will get only title and there is no body content but this
   feature is working very well under cooked classic plugin next scripts social 
   network auto poster can get body content like excerpt, ingredients, steps everything
   in cooked classic but not in this version.

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