Hello, i need to know how to (im a programming noob, so english please ) 1. Disable the password field completely, so that users need to enter just their usernames (which has already created by admin) to login. [Hint: Can be even a single password for all users in the db tables, and then the password field can be hidden, so that wordpress automatically accepts the hidden password without the users even coming to know about it] 2. How to create a "jump menu" within a page content. The user should be able to select any particular page name from the drop down, and when clicked on any page name, should be redirected to that particular page. [ I searched for plugins, but all are to be used in the sidebar as a widget only, cant be put in content as a shortcode or php code] Please help me with these anyone. Thanks
disabling Password field is really stupid idea according to me, but I dont know your complete plans so i wont say more about it. for the jump menu it is pretty simple just use the HTML to make them and then insert them with the Hook refer to this : http://wpden.net/how-to-insert-custom-content-after-each-post/