remove older posts link [closed]

Are you adding this in a child theme’s functions.php file? From what I read, you can use these empty functions to accomplish what you want. function childtheme_override_nav_above() { } function childtheme_override_nav_below() { } http://themeshaper.com/forums/topic/how-to-remove-nav-from-single-post#post-17191

How to rewrite the output of wordpress nav menu?

You could either try a custom walker as suggested above, or try to work it out via the number of invaluable arguments for the wp_nav_menu function. There are several parameters that you can use in order to change the container, list item ot entry classes, ids or even HTML tags. See if that would cause … Read more

Grey out nav buttons unless is_user_logged_in()

When you look at the possible arguments, then you’ll see that there’s as well the option to add a custom nav menu walker class. $defaults = array( ‘theme_location’ => ”, ‘menu’ => ”, ‘container’ => ‘div’, ‘container_class’ => ”, ‘container_id’ => ”, ‘menu_class’ => ‘menu’, ‘menu_id’ => ”, ‘echo’ => true, ‘fallback_cb’ => ‘wp_page_menu’, ‘before’ … Read more

Add within the output of

Use the arguments before and after: wp_nav_menu( array( ‘theme_location’ => ‘primary’, ‘menu_class’ => ‘nav-menu’, ‘before’ => ‘<span>’, ‘after’ => ‘</span>’ ) ); To see how these arguments are used, look at the method start_el() in Walker_Nav_Menu: $item_output = $args->before; // ‘before’ $item_output .= ‘<a’. $attributes .’>’; $item_output .= $args->link_before . apply_filters( ‘the_title’, $item->title, $item->ID ) … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)