First, for invoicing/billing use the WP Invoice plugin: http://wordpress.org/extend/plugins/wp-invoice/
The “members” plugin may also be useful: http://wordpress.org/extend/plugins/members/
For a custom redirect, to send them to custom pages rather than just the admin panel use: http://wordpress.org/extend/plugins/peters-login-redirect/
If you had them register, greet them with a custom welcome message on the page they log-in to using this code, which should grab their name from their profile:
Welcome <?php echo $user_identity; ?>
Related Posts:
- Changing Admin Menu Labels
- Is there ANY way to remove comments function and section totally?
- How to display a static HTML page while setting up a WordPress site?
- How can I uninstall a language?
- Best way to present options for home page in admin?
- js error on post editing page
- How to add a custom metabox to the Menu Management admin screen?
- How to change the wording in wp-admin back-end?
- How to make ajax call in wordpress in right way?
- How to create sub menu with a URL parameter?
- How to remove items from +New admin menu?
- Add a button to users.php
- Make sub menu items a main link in the admin menu using fuctions.php
- Can initial focus be set to search field in WordPress Media Library?
- When attempting to update a self-hosted WordPress site, I’m seeing “ASN1 unknown message digest algorithm”
- .htaccess rewrite rule for removing .php extension with exception of wp login and wp-admin
- Too many datadabse connections – upper ceiling mysql
- I can’t access my admin page after changing main url
- Color picker for posts and pages
- remove plugin admin menu in wordpress without installing plugin in v3.8.1
- How to create a wp admin page (for use in an ajax request)
- Removing user fields [duplicate]
- Creating WordPress Admin Themes
- Add “Page Revised” column to Admin
- Redirect users away from Admin breaks ajax
- From 403 error to 500 internal server error
- Only allow administrators and editors to access wp-admin
- I cannot log into my wordpress site with my wp-login.php [closed]
- How to change the label text in default setting pages?
- Form validation in WordPress Admin Panel
- XDG-OPEN is not recognized by WP CLI admin command
- Create a admin page in wordpress without admin menus (“wordpress sidebars”)
- Where are the admin notifications stored?
- How to sort comments in the “edit-comments.php” table based on a comment meta field?
- I set wp_set_auth_cookie but wp_validate_auth_cookie returns false
- Why do I keep losing links when I switch to visual editor in WordPress
- How To Reset Ownership And Permissions of Wp-Content Folder, In Order to Fix HTTP Error When Uploading Images to WordPress Media Library
- New wordpress install, what are the reasons the “Install Themes” tab is missing?
- Customise WordPress Update Notice in wp-admin backend area
- Post Bulk Update
- wp_comments table really big casuing /wp-admin/edit-comments.php to slowly load
- I get a 404 page on /wp-admin but not wp-login but as soon as I login I get a 404 again [closed]
- I want to disable login of admin (/wp-admin) with email and make it accessible only with username
- password reset link being sent as HTTP?
- sort tags by tag ID in admin panel
- Restrict Author role to only 3 wp-admin pages
- Post.php is blocked by server? How to unblock? [closed]
- How to fix ‘WordPress redirection loop problem in wp-login.php page’?
- WP-Admin shows (1) update but there is no update for plugin, theme or WordPress
- Do I have to face security problems if I changing default role to Contributor
- wp-admin remove part of the url
- wp-admin 302 redirects
- WP admin user search doesn’t return all users
- ‘wp’ hook supposed to trigger when editing a post?
- How to remove dashboard access (wp-admin) for author but not disable the capabilities?
- always by default show welcome panel in the dashboard
- Add and Remove Row Actions in an Existing WP_List_Table
- I am unable to login into my wp-admin
- Dashboard Widget CSS
- How can I prevent a function from loading in the admin screens?
- Move WooCommerce menu entries to top of dashboard
- WP Core hard coded to use http://www.w3.org/1999/xhtml not HTTPS
- Hide user group filtering links
- 404 Admin Error
- Fix Admin Dashboard Posts tab
- auto generated robots.txt problem
- Change maxlength of link_description in dashbord link section?
- Add a custom field when adding / editing a page / post in admin panel
- I can’t access my wp admin dashboard
- Should I move wp-admin to a separated server? How to do it?
- WP-Admin throws 404 after changing wp-config Salts
- How to create a new section on the wordpress admin dashboard?
- What event I can tap into that fires before loading wp-admin page?
- Weird white space in admin area
- How to logout the current user without notices and warnings?
- Updated to wordpress 5.5.1 doesn’t work
- How to fix the view of admin all posts
- mixed contents admin panel is Unsecured
- Link with password is not sent to the new user
- Can I rename the wp-admin folder?
- How do I list subpages in post editor view?
- Remove View details option from plugin listing
- WordPress wp-admin login problem
- Remove Theme menu link from Admin Panel
- Why does my edit screen suddenly have such a buggy interface?
- Disabling WP-Admin Caching in htaccess
- Unable to log in as admin
- Add files to wordpress admin panel footer
- WordPress Child problem in admin
- SSL doesn’t deliver parts of WordPress Administration Module
- WordPress admin option, I can’t use jquery ajax to access my content from another file
- How to display product category’s individual product list in shop page?
- WordPress br in content problem
- How to troubleshoot 404s in WordPress admin
- How do I unset all of the select boxes for pages
- Override WordPress Core File?
- WordPress Users page missing user count next to different types of users
- Not receiving verification email to update administrator email in wordpress
- Is there a way to get the WP Admin Header to inject as the first element in the body instead of the last?
- Creating an custom admin page from scratch