how to change menu titles

The implementation of menu items depends on your theme. For newer or well maintained and updated theme it is usually implementation of Custom Menus feature. For the rest it could be anything from auto-generated list of pages to custom theme settings page in admin.

plus sign not working in widget “Header: Nav Menu”

I’m not sure what plus sign you mean. Could you add a screen shot? Adding item to a menu needs two action: 1. Mark the checkbox, 2. Click Add to Menu. View full size If you have trouble on the widget page, try to activate the accessibility mode available in the screen options.

How do I fill the Home Description?

Is this all you need? You’re header is already using this function for the meta-desc, but maybe you’re homepage is different than your blog main archive. <?php if (is_front_page()) { ?> <meta name=”description” content=”I’ll take swords for 200.” /> <?php } ?> Use is_home() for the blog main archive.

Dynamic height in custom header image panel

Since you are using apply_filters you can use yourtheme_header_image_height filter hook to change the height: add_filter(‘yourtheme_header_image_height’,’dynamic_height’); function dynamic_height($height){ $custom_height = get_option(‘dynamic_header_height’); return $custom_height; }

WordPress Meta Title Separator

Check out the documentation for wp_title(), as there are several things you can do to format it how you want. Using the following code will remove the double arrows in the title: <title><?php bloginfo(‘name’); ?> <?php wp_title(“”,true); ?></title>

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