Image as a link using wp_nav_menu()

Use CSS to add an image instead of text see: http://wpweaver.info/menu-bar-and-background-images/ http://en.forums.wordpress.com/topic/cutline-gt-coraline-replacing-menu-items-with-graphics http://wpveda.com/how-to-add-images-inside-wordpress-3-0-custom-menu/

Relative instead of absolute links in pages?

There is a filter, post_link, that permalinks pass through before being returned from get_permalink in wp-includes/link-template.php. You can use that filter to alter the links. However, beware that making all permalinks relative may have unintended consequences in certain contexts, e.g. you might not want relative links when is_feed() == true. You may find that the … Read more

How to link avatar and nickname to profile

This a short compilation of the multiple comments above, so that future visitors don’t have to read each and every one of them. First of all, the_author_posts_link() is a deprecated function since version 2.1, so get_author_posts_url() or the_author_posts_url() should be used instead http://codex.wordpress.org/Function_Reference/get_author_posts_url The the/get_author_posts_url() takes an argument that requires “ID of the author whose … Read more

How do i set the read more link?

try using <!–more–> or try the 4th button from the right in the visual editor; or try the ‘more’ button in the html editor. I am viewing the page does that mean you are trying to get a ‘read-more’ in a static page?

Remove Admin sidebar link

function remove_featured_tax_menu() { remove_submenu_page( ‘edit.php?post_type=movies’, ‘edit-tags.php?taxonomy=featured&amp;post_type=movies’ ); } add_action( ‘admin_menu’, ‘remove_featured_tax_menu’ );

How to change server name on WordPress Installation?

You should be able to just add your port 8888 under general settings wordpress/site url, or directly in your config.php. In your case that would be http://localhost:8888 . I don’t know how or what browseling is but a quick glance also shows they support ssh reverse tunnel proxy for localhost, which is another option.

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