Title: Deactivate &#8220;Stretched links&#8221; on posts page
Last modified: June 23, 2023

---

# Deactivate “Stretched links” on posts page

 *  Resolved [laaika](https://wordpress.org/support/users/laaika/)
 * (@laaika)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/stretched-links/)
 * Hello,
 * what a nice plugin!
 * I would like to make the content on the blog individually clickable (e.g. to 
   play videos without visiting the article). Is there a possibility to deactivate
   the “stretched links” option for the blog page?
 * Thanks in advance,
 * anne
    -  This topic was modified 2 years, 11 months ago by [laaika](https://wordpress.org/support/users/laaika/).

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

 *  Plugin Support [Yann](https://wordpress.org/support/users/collet/)
 * (@collet)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/stretched-links/#post-16850071)
 * Hi Anne,
 * Thanks for the kind words. Would you please tell me which theme you are using?
 * Thanks,
   Yann
 *  Thread Starter [laaika](https://wordpress.org/support/users/laaika/)
 * (@laaika)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/stretched-links/#post-16850166)
 * Thanks. I am using Twenty Twenty-One.
 *  Plugin Support [Yann](https://wordpress.org/support/users/collet/)
 * (@collet)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/stretched-links/#post-16850976)
 * For the Twenty Twenty-One theme, you can add the following CSS code in the Customizer
   > Additional CSS panel to deactivate the “stretched links” option on the blog
   page.
 *     ```wp-block-code
       .hentry h2.entry-title a::after {
       	content: none;
       }
       ```
   
 * Hope that helps.
 * Would you mind leaving us a quick review on our plugin page? This allows us to
   continue providing great features and helps other users to find us. 🙂
 *  Thread Starter [laaika](https://wordpress.org/support/users/laaika/)
 * (@laaika)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/stretched-links/#post-16852082)
 * Thanks a lot! The “stretched link” is deactivated so far. But I still can’t watch
   the videos within the blog page. Is there any solution for that? Thank you!
    - **blog page** without the possibility to watch videos: [https://www.fitzt-euch-durch.de/category/die-coole-cgrs-crew/](https://www.fitzt-euch-durch.de/category/die-coole-cgrs-crew/)
    - **normal page** which shows the latest posts – there it is possible to watch
      the videos: [https://www.fitzt-euch-durch.de/cgrs-teamseite/](https://www.fitzt-euch-durch.de/cgrs-teamseite/)
 *  -  This reply was modified 2 years, 11 months ago by [laaika](https://wordpress.org/support/users/laaika/).
 *  Plugin Support [Yann](https://wordpress.org/support/users/collet/)
 * (@collet)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/stretched-links/#post-16852403)
 * Apologies for the oversight. You’ll also need to include the following CSS code
   beneath the one provided previously:
 *     ```wp-block-code
       .tw-blog-grid .hentry .entry-content {
       	pointer-events: auto;
       }
       ```
   
 * Your videos should function properly now. 🙂
 *  Thread Starter [laaika](https://wordpress.org/support/users/laaika/)
 * (@laaika)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/stretched-links/#post-16852552)
 * It works perfect. Thanks a lot, Yann!

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

The topic ‘Deactivate “Stretched links” on posts page’ is closed to new replies.

 * ![](https://ps.w.org/twentig/assets/icon.svg?rev=2569439)
 * [Twentig Supercharged Block Editor – Blocks, Patterns, Starter Sites, Portfolio](https://wordpress.org/plugins/twentig/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/twentig/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/twentig/)
 * [Active Topics](https://wordpress.org/support/plugin/twentig/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/twentig/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/twentig/reviews/)

## Tags

 * [Blog](https://wordpress.org/support/topic-tag/blog/)

 * 6 replies
 * 2 participants
 * Last reply from: [laaika](https://wordpress.org/support/users/laaika/)
 * Last activity: [2 years, 11 months ago](https://wordpress.org/support/topic/stretched-links/#post-16852552)
 * Status: resolved