Title: Teasertext
Last modified: September 29, 2017

---

# Teasertext

 *  Resolved [Ideia Marketing](https://wordpress.org/support/users/ideiamarketing/)
 * (@ideiamarketing)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/teasertext/)
 * I was very pleased to have teasertext as the description for my site.
 * But after the last update, it automatically generates teasertext and I can not
   find an option to choose the old method.
 * Can you help? Thank you.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fteasertext%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [borianb](https://wordpress.org/support/users/borianb/)
 * (@borianb)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/teasertext/#post-9554894)
 * I encountered another problem with the description meta tag.
    It shows shortcodes
   if it is at the beginning of the post.
 * `<meta property="og:description" content=" [aesop_chapter title=&quot;Der Vorverkauf
   hat begonnen&quot; bgtype=&quot;color&quot; full=&quot;off&quot; video_autoplay
   =&quot;on&quot; bgcolor=&quot;#888888&quot; revealfx=&quot;off&quot; overlay_"/
   >`
 * kind regards
 *  [borianb](https://wordpress.org/support/users/borianb/)
 * (@borianb)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/teasertext/#post-9555326)
 * I fixed it for me by removing the caching in `Meta.php`
 *     ```
       if (isset($this->metaData[$type . '_desc']) && !empty($this->metaData[$type . '_desc'])) {
            $desc = str_replace("\r\n", ' ', strip_tags(strip_shortcodes($this->metaData[$type . '_desc'])));
        } else { //...
       ```
   

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

The topic ‘Teasertext’ is closed to new replies.

 * ![](https://ps.w.org/blog2social/assets/icon-256x256.png?rev=3076476)
 * [Blog2Social: Social Media Auto Post & Scheduler](https://wordpress.org/plugins/blog2social/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/blog2social/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/blog2social/)
 * [Active Topics](https://wordpress.org/support/plugin/blog2social/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/blog2social/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/blog2social/reviews/)

## Tags

 * [post format](https://wordpress.org/support/topic-tag/post-format/)
 * [teaser](https://wordpress.org/support/topic-tag/teaser/)

 * 2 replies
 * 2 participants
 * Last reply from: [borianb](https://wordpress.org/support/users/borianb/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/teasertext/#post-9555326)
 * Status: resolved