Title: ceejaymac's Replies | WordPress.org

---

# ceejaymac

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Language Re-Captcha](https://wordpress.org/support/topic/language-re-captcha/)
 *  Thread Starter [ceejaymac](https://wordpress.org/support/users/ceejaymac/)
 * (@ceejaymac)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/language-re-captcha/#post-9431371)
 * Ah ok,
 * Hadn’t found that link before and wasn’t really aware of Google’s autodetection
   feature, sorry.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Owl Carousel] do_shortcode before the_content() gives an error](https://wordpress.org/support/topic/do_shortcode-before-the_content-gives-an-error/)
 *  Thread Starter [ceejaymac](https://wordpress.org/support/users/ceejaymac/)
 * (@ceejaymac)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/do_shortcode-before-the_content-gives-an-error/#post-5546839)
 * Since the shortcode was only used on one template page, and only on one page 
   in particular …
 * Did the following work around;
 * Instead of `<?php the_content(); ?>`
 * I used;
 *     ```
       <?php
                           $id=heregoespostid;
                           $post = get_post($id);
                           $content = apply_filters('the_content', $post->post_content);
                           echo $content;
                           ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MonsterInsights - Google Analytics Dashboard for WordPress (Website Stats Made Easy)] No Events showing in google Analytics after tracking Outbound links](https://wordpress.org/support/topic/no-events-showing-in-google-analytics-after-tracking-outbound-links/)
 *  [ceejaymac](https://wordpress.org/support/users/ceejaymac/)
 * (@ceejaymac)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/no-events-showing-in-google-analytics-after-tracking-outbound-links/#post-3805814)
 * Hi, any news on this? Having the exact same problem with WP installation of a
   client. Using Yoast Analytics, Woocommerce and Simple URL’s.
 * Outbound links to track: /go/
 * Domain it’s self has no www. (meaning starts directly with [http://domain.com](http://domain.com))

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