
Quick Contact
PHP Tutorial
- Introduction to PHP
- Introduction to HTML
- HTML5 New Tags
- Style Sheet (CSS)
- Bootstrap (Responsive Design)
- PHP Language Building Blocks
- Conditional Statements
- Looping
- Introducing ARRAY
- Manipulation User Input
- Reusing Code and Functions
- Object-Oriented PHP
- Javascript (JS)
- File System and the Server
- File Uploading & Downloading
- String Manipulation and Regular Expression
- State Management
- MySQL Database
- jQuery with Ajax
- Advance PHP Techniques
- Laravel – Configuration
- Laravel Controller
- Laravel PHP_Middleware
- Request and Response in Laravel
- Views in Laravel
- Laravel- Form
- Laravel- Blade Template
- Laravel - Sessions
- Use of Ajax in Laravel
- Error Handling with Laravel
- MongoDB
- Encryption
- Pagination in Laravel
- SENDING EMAIL USING LARAVEL
Wordpress
- Introduction
- What is a CMS
- Features and Advantages and Disadvantages of WordPress
- Wordpress.com vs Wordpress.org
- Installation Of Wordpress
- Wordpress Licensing
- Wordpress Header
- Menu Creation In Wordpress
- Theme Customization Of Wordpress
- Enable and Disable Comments in Wordpress
- Contact us Form and Page in Wordpress
- Managing Posts In Wordpress
- Managing the Pages of the website
- Categories Management In Wordpress
- Update Wordpress
- Install a New Plugin
- Managing the Widgets in Wordpress Website
- Managing Tags in Wordpress
- Importing and exporting content in wordpress
- Managing images in wordpress
- User management in wordpress
- Update and reset password/
- Mailchimp widget for wordpress
- Stripe integration in wordpress
- Integrating google maps with the website
- Integrating Google Analytics
User Management in WordPress
Introduction
If you want to offer registration process as well as provide access to the website to a huge number of visitors, we will almost certainly need to learn how all of the users should be controlled.
Add new Users
We’ll start by adding an additional user to the WordPress site. This is simply accomplished by entering into the admin panel and then going to Users→Add new.

Then users will be sent to a page called “Create New User,” where you may add a new user by simply putting out a few fields. All the most crucial fields will be covered here because they are clear and linked to the data that each user needs:
- Username –
The specific username that the brand-new user can use to log in.
- Email –
This user’s corresponding e – mail address.
- Send Password –
The WordPresswebsite would automatically assign the passwords to the client address we specified if we tick this option soon after creating the new user.
- Role –
The role that this user ought to be employing by default.
Once you have completed filling out the necessary sections, click the Add New User button at the bottom of the page and add the new user.
Edit or Delete Users
User must go to the Users→All users section in the WordPress admin area in order to modify or delete a user.

As implied by the link’s name, it will take you to a page named Users. The first thing you’ll undoubtedly notice on this page is the table view in the middle, which lists every genuine registered user of the website.

We must find the specific person in the table and drag the mouse pointer over them in order to modify that one user. Then a Modify link will show up, and clicking it will take you to a page resembling the Users Adding page mentioned above, where all of the current information for the user will already be provided as it was added when the user was created, and you may edit it as necessary.
After accessing the Users→All page while in into your admin area, you should simply mouse over the user you want to delete and click the Delete option. Alternatively, you may utilize the Drop-Down list and the checkboxes for the individual user(s) before pressing the apply button at the top of the table view. The Drop-Down and Apply button will be your best options if you need to delete several people.

FAQS
Q1. How do we track user activity in WordPress?
Users must visit the WP Activity Log » Signed.In Users page in order to keep track of the users that are logged in on the website. All of the visitors who have signed into your website may be seen from here. By selecting the Terminate Session option, we may either compel someone to log out or examine all of their activities.
Q2. Does WordPress have an activity log?
WordPress does not come with activity logs by default. This implies that we will want an activity log plugin in order to maintain a record and keep track of the activities occurring on the website.
Q3. What are the five 5 standard user roles in WordPress?
The five default user roles in a WordPress single-site installation are Subscriber, Contributor, Author, Editor, and Administrator.
Q4. What is the highest user role in WordPress?
The Editor job, as you might assume from an editorial, has the most authority over the content of a WordPress website. The only job with more rights than an Editor is an Admin, who has the ability to modify and delete material while also managing the site.