Title: alignedcargo's Replies | WordPress.org

---

# alignedcargo

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Migrate Lite - Migration Made Easy] JSON Decoding Failure (#144)](https://wordpress.org/support/topic/json-decoding-failure-144/)
 *  Thread Starter [alignedcargo](https://wordpress.org/support/users/alignedcargo/)
 * (@alignedcargo)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/json-decoding-failure-144/#post-6819528)
 * I’ve tried exporting both with and without the “Compress file with gzip” option–
   neither works, unfortunately.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google Analytics Post Pageviews] Can't See Pageview Count when Logged Out](https://wordpress.org/support/topic/cant-see-pageview-count-when-logged-out/)
 *  Thread Starter [alignedcargo](https://wordpress.org/support/users/alignedcargo/)
 * (@alignedcargo)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/cant-see-pageview-count-when-logged-out/#post-6720892)
 * Thanks for getting back to me. I figured it out! It’s now in a place where anybody
   can see it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Jetpack – Comments Pluign in Development Mode](https://wordpress.org/support/topic/jetpack-comments-pluign-in-development-mode/)
 *  [alignedcargo](https://wordpress.org/support/users/alignedcargo/)
 * (@alignedcargo)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/jetpack-comments-pluign-in-development-mode/#post-5344302)
 * I second this post profusely. Would be truly great if we could enable Jetpack
   comments on localhost.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Get the Image] Any way to have link_to_post be link_to_media_file instead ?](https://wordpress.org/support/topic/any-way-to-have-link_to_post-be-link_to_media_file-instead/)
 *  Thread Starter [alignedcargo](https://wordpress.org/support/users/alignedcargo/)
 * (@alignedcargo)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/any-way-to-have-link_to_post-be-link_to_media_file-instead/#post-6151898)
 * Nevermind ! I did it myself by adding the following to get-the-image.php:
 *     ```
       /* If $link_to_media_file is set to true, link the image to its media_file. */
       		if ( $this->args['link_to_media_file'] )
       			$html = '<a href="' . wp_get_attachment_url( $this->args['post_id'] ) . '" title="' . esc_attr( get_post_field( 'post_title', $this->args['post_id'] ) ) . '">' . $html . '</a>';
       ```
   
 * Maybe you will find this useful in future releases of the plugin!

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