oddjob142
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Editing my footerdone…
Forum: Themes and Templates
In reply to: Editing my footerJ, 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…
Forum: Themes and Templates
In reply to: Editing my footerI 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.]
Forum: Themes and Templates
In reply to: Editing my footerhttps://criminaldefense-tx.com
Sorry, I thought I posted it.
[Moderator Note: Please ensure that you are embedding links correctly in your posts.]
Forum: Themes and Templates
In reply to: Editing my footerI 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.