Title: Exclude loading on pages
Last modified: August 21, 2016

---

# Exclude loading on pages

 *  Resolved [Faisal Humayun](https://wordpress.org/support/users/fhumayun/)
 * (@fhumayun)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/exclude-loading-on-pages/)
 * Is there any way to prevent this plugin from loading on pages?
    Thanks!
 * [https://wordpress.org/plugins/single-post-font-resizer/](https://wordpress.org/plugins/single-post-font-resizer/)

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

 *  Thread Starter [Faisal Humayun](https://wordpress.org/support/users/fhumayun/)
 * (@fhumayun)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/exclude-loading-on-pages/#post-5026045)
 * I might have figured this out on my own
 * I changed:
 *     ```
       line 67     if(is_single()||is_page())$content=$oplinks.$content;
       ```
   
 * to
 *     ```
       line 67     if(is_single())$content=$oplinks.$content;
       ```
   
 *  Thread Starter [Faisal Humayun](https://wordpress.org/support/users/fhumayun/)
 * (@fhumayun)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/exclude-loading-on-pages/#post-5026046)
 * Marking resolved.

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

The topic ‘Exclude loading on pages’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/single-post-font-resizer_90a6c2.svg)
 * [Single Post Font Resizer](https://wordpress.org/plugins/single-post-font-resizer/)
 * [Support Threads](https://wordpress.org/support/plugin/single-post-font-resizer/)
 * [Active Topics](https://wordpress.org/support/plugin/single-post-font-resizer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/single-post-font-resizer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/single-post-font-resizer/reviews/)

 * 2 replies
 * 1 participant
 * Last reply from: [Faisal Humayun](https://wordpress.org/support/users/fhumayun/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/exclude-loading-on-pages/#post-5026046)
 * Status: resolved