chenblog
Forum Replies Created
-
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!
I have the same problem as well ??
Forum: Themes and Templates
In reply to: [Theme Northern Clouds] Changing header image per pagedownload 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
In reply to: Adding Google Adsense Under FooterI’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
In reply to: Adding Google Adsense Under FooterOkay 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="https://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>
Forum: Everything else WordPress
In reply to: Adding Google Adsense Under FooterThe 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
In reply to: My site is showing up twiceIt seems that you have created a page in the “pages” section of wordpress admin page and it is set to display your recent contents