Title: jwack's Replies | WordPress.org

---

# jwack

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 71 total)

1 [2](https://wordpress.org/support/users/jwack/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/jwack/replies/page/3/?output_format=md) 
[4](https://wordpress.org/support/users/jwack/replies/page/4/?output_format=md) 
[5](https://wordpress.org/support/users/jwack/replies/page/5/?output_format=md) 
[→](https://wordpress.org/support/users/jwack/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [dynamic navagation loop?](https://wordpress.org/support/topic/dynamic-navagation-loop/)
 *  Thread Starter [jwack](https://wordpress.org/support/users/jwack/)
 * (@jwack)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/dynamic-navagation-loop/#post-2262271)
 * why is it so hard getting an answer to anything on these forums, ugh
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [dynamic navagation loop?](https://wordpress.org/support/topic/dynamic-navagation-loop/)
 *  Thread Starter [jwack](https://wordpress.org/support/users/jwack/)
 * (@jwack)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/dynamic-navagation-loop/#post-2262261)
 * ???
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [dynamic navagation loop?](https://wordpress.org/support/topic/dynamic-navagation-loop/)
 *  Thread Starter [jwack](https://wordpress.org/support/users/jwack/)
 * (@jwack)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/dynamic-navagation-loop/#post-2262219)
 * anyone?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Paging in twentyTen with custom post type?](https://wordpress.org/support/topic/paging-in-twentyten-with-custom-post-type/)
 *  Thread Starter [jwack](https://wordpress.org/support/users/jwack/)
 * (@jwack)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/paging-in-twentyten-with-custom-post-type/#post-2204916)
 *     ```
       $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
       $loop = new WP_Query( array(
       	'post_type' => 'projects',
       	'posts_per_page' => 2,
       	'orderby'=> 'menu_order',
       	'paged'=>$paged
       	) );
       while ( $loop->have_posts() ) : $loop->the_post(); some stuff... endwhile;
       <div class="navigation"><div class="alignleft"><?php previous_posts_link('&laquo; Previous') ?></div><div class="alignright"><?php next_posts_link('More &raquo;') ?></div></div>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Paging in twentyTen with custom post type?](https://wordpress.org/support/topic/paging-in-twentyten-with-custom-post-type/)
 *  Thread Starter [jwack](https://wordpress.org/support/users/jwack/)
 * (@jwack)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/paging-in-twentyten-with-custom-post-type/#post-2204915)
 * really????? How many lines of code was that?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Contact Form 7 – remove from admin menu](https://wordpress.org/support/topic/contact-form-7-remove-from-admin-menu/)
 *  Thread Starter [jwack](https://wordpress.org/support/users/jwack/)
 * (@jwack)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/contact-form-7-remove-from-admin-menu/#post-2203814)
 * That works thanks.
    _Note_: I wish the above code worked so I didn’t have to 
   break it up and add code to 2 separate places.
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [Is it really WordPress?](https://wordpress.org/support/topic/is-it-really-wordpress/)
 *  [jwack](https://wordpress.org/support/users/jwack/)
 * (@jwack)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/is-it-really-wordpress/page/2/#post-2115199)
 * Very nice site overall. I personally think the changing background is distracting
   and takes away from the focus of the page (the content).
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [Hey, new wordpress user, hope you enjoy](https://wordpress.org/support/topic/hey-new-wordpress-user-hope-you-enjoy/)
 *  [jwack](https://wordpress.org/support/users/jwack/)
 * (@jwack)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/hey-new-wordpress-user-hope-you-enjoy/#post-2182766)
 * Site seems pretty out of the box (not really a bad thing) but I really like your
   domain name. I am surprised it was available.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [TwentyTen Gallery – Edit Gallery Code](https://wordpress.org/support/topic/twentyten-gallery-edit-gallery-code/)
 *  Thread Starter [jwack](https://wordpress.org/support/users/jwack/)
 * (@jwack)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/twentyten-gallery-edit-gallery-code/#post-2180748)
 * ummm, nevermind, i’m stupid.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Removed Default Headers, Still showing default image?](https://wordpress.org/support/topic/removed-default-headers-still-showing-default-image/)
 *  Thread Starter [jwack](https://wordpress.org/support/users/jwack/)
 * (@jwack)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/removed-default-headers-still-showing-default-image/#post-1871416)
 * In case anyway else is newb like me, I had to add the following into the child
   themes function.php…
 *     ```
       // set initial default header
       define( 'HEADER_IMAGE', '/wp-content/themes/theme-default/images/header-image.jpg' );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Asynchronous Google Analytics for WordPress] [Plugin: Asynchronous Google Analytics for WordPress] Won't save Account ID](https://wordpress.org/support/topic/plugin-asynchronous-google-analytics-for-wordpress-wont-save-account-id/)
 *  Thread Starter [jwack](https://wordpress.org/support/users/jwack/)
 * (@jwack)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-asynchronous-google-analytics-for-wordpress-wont-save-account-id/#post-1858342)
 * [THIS IS A MUCH BETTER, WORKING PLUGIN](http://wordpress.org/extend/plugins/google-analyticator/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Letting Sub blog owners view their stats?](https://wordpress.org/support/topic/letting-sub-blog-owners-view-their-stats/)
 *  Thread Starter [jwack](https://wordpress.org/support/users/jwack/)
 * (@jwack)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/letting-sub-blog-owners-view-their-stats/#post-1863508)
 * After a couple days of searching for, trying out, and failing to get several 
   plugins to work on user blogs correctly I think I found a winner.
 * [Google Analyticator](http://wordpress.org/extend/plugins/google-analyticator/)
   uses the GA API nicely, it has a nice clean set of options, works smoothly, has
   support forums on his site, its up-to-date with the latest WP version, lets sub-
   blog owners enter their own GA account details/options. And as a bonus it offers
   optional widgets to display GA info on the front end.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Asynchronous Google Analytics for WordPress] [Plugin: Asynchronous Google Analytics for WordPress] Won't save Account ID](https://wordpress.org/support/topic/plugin-asynchronous-google-analytics-for-wordpress-wont-save-account-id/)
 *  Thread Starter [jwack](https://wordpress.org/support/users/jwack/)
 * (@jwack)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-asynchronous-google-analytics-for-wordpress-wont-save-account-id/#post-1858318)
 * This plugin does not work, at least not with sub-domains yet, I wouldn’t waste
   your time downloading it.
 * I gave the plugin author a test account on my site to look into it and all he
   did was screw around on it (Added in links to his site, created a blog, etc…).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Asynchronous Google Analytics for WordPress] [Plugin: Asynchronous Google Analytics for WordPress] Won't save Account ID](https://wordpress.org/support/topic/plugin-asynchronous-google-analytics-for-wordpress-wont-save-account-id/)
 *  Thread Starter [jwack](https://wordpress.org/support/users/jwack/)
 * (@jwack)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-asynchronous-google-analytics-for-wordpress-wont-save-account-id/#post-1858317)
 * Why has this been marked as resolved?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Asynchronous Google Analytics for WordPress] [Plugin: Asynchronous Google Analytics for WordPress] Won't save Account ID](https://wordpress.org/support/topic/plugin-asynchronous-google-analytics-for-wordpress-wont-save-account-id/)
 *  Thread Starter [jwack](https://wordpress.org/support/users/jwack/)
 * (@jwack)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-asynchronous-google-analytics-for-wordpress-wont-save-account-id/#post-1858306)
 * I could give you access to a test account if you want to take a look?

Viewing 15 replies - 1 through 15 (of 71 total)

1 [2](https://wordpress.org/support/users/jwack/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/jwack/replies/page/3/?output_format=md) 
[4](https://wordpress.org/support/users/jwack/replies/page/4/?output_format=md) 
[5](https://wordpress.org/support/users/jwack/replies/page/5/?output_format=md) 
[→](https://wordpress.org/support/users/jwack/replies/page/2/?output_format=md)