Title: WStringer2's Replies - page 2 | WordPress.org

---

# WStringer2

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

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

 Search replies:

## Forum Replies Created

Viewing 5 replies - 16 through 20 (of 20 total)

[←](https://wordpress.org/support/users/wstringer2/replies/?output_format=md) [1](https://wordpress.org/support/users/wstringer2/replies/?output_format=md)
2

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [.htaccess redirect weirdness from blogs.dir/#/files](https://wordpress.org/support/topic/htaccess-redirect-weirdness-from-blogsdirfiles/)
 *  Thread Starter [WStringer2](https://wordpress.org/support/users/wstringer2/)
 * (@wstringer2)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/htaccess-redirect-weirdness-from-blogsdirfiles/#post-3119218)
 * Worked like a charm…thanks Ipstenu!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add excerpt to my WP_query](https://wordpress.org/support/topic/add-excerpt-to-my-wp_query/)
 *  [WStringer2](https://wordpress.org/support/users/wstringer2/)
 * (@wstringer2)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/add-excerpt-to-my-wp_query/#post-2944985)
 * Thanks for posting the solution!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Collapse-O-Matic] [Plugin: jQuery Collapse-O-Matic] Tracking Expands with Google Analytics Event Tracking](https://wordpress.org/support/topic/plugin-jquery-collapse-o-matic-tracking-expands-with-google-analytics-event-tracking/)
 *  [WStringer2](https://wordpress.org/support/users/wstringer2/)
 * (@wstringer2)
 * [14 years ago](https://wordpress.org/support/topic/plugin-jquery-collapse-o-matic-tracking-expands-with-google-analytics-event-tracking/#post-2720097)
 * Hi sackerman…funny you should ask, this is something I just got working this 
   morning.
 * There may be a better way, but here’s how I did it:
    - Add an ID to the “Read More” image:
       `[expand title="<img id='readMoreImg'
      src='imgs/read-more.jpg' />" trigclass="noarrow" tag="div"]`
    - Add some jQuery (after the [/expand] tag) that will add an “onClick” event
      to the image.
    - Set up the onClick event to call the GA event tracking, then return true (
      so Collapse-O-Matic will keep working after the event is called)
    - So my jQuery looks something like this:
    -     ```
          <script type="text/javascript">
          	jQuery("#readMoreImg").attr("onClick", "_gaq.push(['_trackEvent', 'ReadMore', 'Clicked', 'Event Title Goes Here']);return true");
          </script>
          ```
      
    - Hope this helps!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: ["Memory exhausted" errors after importing 17K pages](https://wordpress.org/support/topic/memory-exhausted-errors-after-importing-17k-pages/)
 *  Thread Starter [WStringer2](https://wordpress.org/support/users/wstringer2/)
 * (@wstringer2)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/memory-exhausted-errors-after-importing-17k-pages/#post-2592544)
 * Very nice….thanks for following up! Pagemash works great!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: ["Memory exhausted" errors after importing 17K pages](https://wordpress.org/support/topic/memory-exhausted-errors-after-importing-17k-pages/)
 *  Thread Starter [WStringer2](https://wordpress.org/support/users/wstringer2/)
 * (@wstringer2)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/memory-exhausted-errors-after-importing-17k-pages/#post-2592508)
 * Bueller……..Bueller….

Viewing 5 replies - 16 through 20 (of 20 total)

[←](https://wordpress.org/support/users/wstringer2/replies/?output_format=md) [1](https://wordpress.org/support/users/wstringer2/replies/?output_format=md)
2