Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter oddjob142

    (@oddjob142)

    done…

    Thread Starter oddjob142

    (@oddjob142)

    J, you got it. You are AWESOME. THANK YOU. I def don’t wanna go back to the SEO company right now. Very awkward right now. Thanks…

    Thread Starter oddjob142

    (@oddjob142)

    I already searched prior threads and tried that. When I went to edit the footer and look at the code, there is no references in the actual code to the city names. When I go to the code, this is what it shows:

    <?php
    
    /**
    
     * The template for displaying the footer.
    
     *
    
     * Contains the closing of the id=main div and all content
    
     * after.  Calls sidebar-footer.php for bottom widgets.
    
     *
    
     * @package WordPress
    
     * @subpackage Twenty_Ten
    
     * @since Twenty Ten 1.0
    
     */
    
    ?>
    
    <?php
    
    	/* A sidebar in the footer? Yep. You can can customize
    
    	 * your footer with four columns of widgets.
    
    	 */
    
    	get_sidebar( 'footer' );
    
    ?>
    
      <div class="footer_bg"><!--start footer-->
        	<div class="footer">
            	<div class="footer_nav">
                				<?php wp_nav_menu(array('menu' => 'footer_nav','container'=>'','menu_class'=>'','menu_id'=>'' )); ?>
                </div>
    
               <?php dynamic_sidebar('footer text widget'); ?>
            </div>
    
            <div class="footer_blue_bg">
            	<div class="footer_blue">
                	<div class="footer_logo"><a>"><img src="<?php bloginfo('template_url'); ?>/images/footer_logo.png" alt=""></a></div>
                	 <?php dynamic_sidebar('footer content Widget'); ?>
                </div>
            </div>
        </div><!--end footer-->
    
    <?php
    
    	/* Always have wp_footer() just before the closing </body>
    
    	 * tag of your theme, or you will break many plugins, which
    
    	 * generally use this hook to reference JavaScript files.
    
    	 */
    
    	wp_footer();
    
    ?>
    
    </body>
    
    </html>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    Thread Starter oddjob142

    (@oddjob142)

    https://criminaldefense-tx.com

    Sorry, I thought I posted it.

    [Moderator Note: Please ensure that you are embedding links correctly in your posts.]

    Thread Starter oddjob142

    (@oddjob142)

    I believe I am using twenty twelve. My SEO guy created the website. I was with him for 4 years and finally decided to leave b/c the results were lacking. I am just trying to correct the spelling.

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