Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter gproca

    (@gproca)

    <?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
    In reply to: Theme Title
    Thread Starter gproca

    (@gproca)

    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
    In reply to: Theme Title
    Thread Starter gproca

    (@gproca)

    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
    In reply to: Theme Title
    Thread Starter gproca

    (@gproca)

    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)