Title: gproca's Replies | WordPress.org

---

# gproca

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Footer Navigation](https://wordpress.org/support/topic/footer-navigation-1/)
 *  Thread Starter [gproca](https://wordpress.org/support/users/gproca/)
 * (@gproca)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/footer-navigation-1/#post-2154527)
 *     ```
       <?php $menuClass = 'bottom-nav';
       						$footerNav = '';
   
       						if (function_exists('wp_nav_menu')) $footerNav = wp_nav_menu( array( 'theme_location' => 'footer-menu', 'container' => '', 'fallback_cb' => '', 'menu_class' => $menuClass, 'echo' => false, 'depth' => '1' ) );
       						if ($footerNav == '') show_page_menu($menuClass);
       						else echo($footerNav); ?>
       ```
   
 * Where would I do that here?
 * _[Please post code snippets between backticks or use the code button.]_
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Theme Title](https://wordpress.org/support/topic/theme-title-1/)
 *  Thread Starter [gproca](https://wordpress.org/support/users/gproca/)
 * (@gproca)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/theme-title-1/#post-2118475)
 * I ended up changing my theme and am now in an whole new slew of problems…
 * Thank you all for your help!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Theme Title](https://wordpress.org/support/topic/theme-title-1/)
 *  Thread Starter [gproca](https://wordpress.org/support/users/gproca/)
 * (@gproca)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/theme-title-1/#post-2118422)
 * I deleted the img src line and typed <h1>CJ’s Fate</h1> and Business Card is 
   still displayed. Maybe it takes a while to update?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Theme Title](https://wordpress.org/support/topic/theme-title-1/)
 *  Thread Starter [gproca](https://wordpress.org/support/users/gproca/)
 * (@gproca)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/theme-title-1/#post-2118378)
 * Thank you for your reply.
 * I wanted my header in the same format as the Business Card and don’t have a logo
   for that, there isn’t a way to type the name I want?

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