janicewshum
Forum Replies Created
-
Forum: Themes and Templates
In reply to: WordPress Blogblog on wordpress.com
Forum: Themes and Templates
In reply to: Delete Menubarnop. i couldn’t undo it.. tried with dreamweaver cs5 as well, error: dynamically-related files could not be resolved due to internal server error.
Forum: Themes and Templates
In reply to: Delete Menubari tried:
register_nav_menu(‘primary’, __(( array( ‘container’ => ” ) );then the page turned blank.
even: localhost:8888/wordpress turned blank.What happened?
Forum: Themes and Templates
In reply to: Delete Menubarim a beginner for php. could you please tell me whr should i include above .php code?
functions.php?only 1 nav_menu found in functions.php:
register_nav_menu( ‘primary’, __( ‘Primary Menu’, ‘twentyeleven’ ) );thanks
Forum: Themes and Templates
In reply to: Delete Menubarmore than a beginner in css. and nop. i dun hv a html file.
thanks
Forum: Themes and Templates
In reply to: Delete Menubarbrowsed through it, it says gotta
<?php wp_nav_menu( array( 'container' => '' ) ); ?>but i can’t find that in my twenty eleven code. just found this:
register_nav_menu( 'primary', __( 'Primary Menu', 'twentyeleven' ) );thanks