Title: chenblog's Replies | WordPress.org

---

# chenblog

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress Gallery shows Thumbnails but "PAGE NOT FOUND" when you click on image](https://wordpress.org/support/topic/wordpress-gallery-shows-thumbnails-but-page-not-found-when-you-click-on-image/)
 *  [chenblog](https://wordpress.org/support/users/chenblog/)
 * (@chenblog)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/wordpress-gallery-shows-thumbnails-but-page-not-found-when-you-click-on-image/#post-3467634)
 * Okay I figured it out. I had to delete all the uploaded pictures that were within
   the gallery and then re-upload them. Then I recreated the gallery and it worked!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress Gallery shows Thumbnails but "PAGE NOT FOUND" when you click on image](https://wordpress.org/support/topic/wordpress-gallery-shows-thumbnails-but-page-not-found-when-you-click-on-image/)
 *  [chenblog](https://wordpress.org/support/users/chenblog/)
 * (@chenblog)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/wordpress-gallery-shows-thumbnails-but-page-not-found-when-you-click-on-image/#post-3467633)
 * I have the same problem as well 🙁
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme Northern Clouds] Changing header image per page](https://wordpress.org/support/topic/theme-northern-clouds-changing-header-image-per-page-3/)
 *  [chenblog](https://wordpress.org/support/users/chenblog/)
 * (@chenblog)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/theme-northern-clouds-changing-header-image-per-page-3/#post-3467088)
 * download the “WP Display Header” plugin and when you go to edit pages, you should
   be able to select which header you want to use.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Adding Google Adsense Under Footer](https://wordpress.org/support/topic/adding-google-adsense-under-footer/)
 *  Thread Starter [chenblog](https://wordpress.org/support/users/chenblog/)
 * (@chenblog)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/adding-google-adsense-under-footer/#post-3464379)
 * I’ve figured it out. I just copied and pasted the code at the very bottom of 
   the footer and that’s all it took. Thanks Gabe! 🙂
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Adding Google Adsense Under Footer](https://wordpress.org/support/topic/adding-google-adsense-under-footer/)
 *  Thread Starter [chenblog](https://wordpress.org/support/users/chenblog/)
 * (@chenblog)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/adding-google-adsense-under-footer/#post-3464352)
 * Okay so this is my footer:
 *     ```
       <?php
       /**
        * The footer Template
        *
        * @package WordPress
        * @subpackage minimatica
        * @since Minimatica 1.0
        */
        ?>
        		<footer id="footer">
       			<?php get_sidebar( 'footer' ); ?>
        			<nav id="access" role="navigation">
        				<?php wp_nav_menu( array( 'theme_location'  => 'primary_nav', 'container_id' => 'primary-nav', 'container_class' => 'nav', 'fallback_cb' => 'minimatica_nav_menu' ) ); ?>
       			</nav><!-- #access -->
       		</footer><!-- #footer -->
       	</div><!-- #wrapper -->
       	<?php wp_footer(); ?>
       </body>
       </html>
       ```
   
 * —-
 * where would I put my adsense code?
 * This is the code:
 *     ```
       <script type="text/javascript"><!--
       google_ad_client = "ca-pub-8272375301326654";
       /* Footer Ad */
       google_ad_slot = "4547364820";
       google_ad_width = 728;
       google_ad_height = 90;
       //-->
       </script>
       <script type="text/javascript"
       src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
       </script>
       ```
   
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Adding Google Adsense Under Footer](https://wordpress.org/support/topic/adding-google-adsense-under-footer/)
 *  Thread Starter [chenblog](https://wordpress.org/support/users/chenblog/)
 * (@chenblog)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/adding-google-adsense-under-footer/#post-3464297)
 * The way I display google ads is by adding the adsense code to a text widget in
   which I can move into a sidebar or footer. If you click on my website now, you
   can see what I mean. If there is any other way that I can add an adsense ad, 
   please let me know.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My site is showing up twice](https://wordpress.org/support/topic/my-site-is-showing-up-twice/)
 *  [chenblog](https://wordpress.org/support/users/chenblog/)
 * (@chenblog)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/my-site-is-showing-up-twice/#post-3463819)
 * It seems that you have created a page in the “pages” section of wordpress admin
   page and it is set to display your recent contents

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