When you install and WordPress login for the first time, you may notice some dummy data posts and comments. It’s really important to delete this data and also make important settings update.
In this article, I’m going through walk-through the dashboard, and also important first-time setup after WordPress login.
WordPress is powerful blogging software that provides us the complete control over it. It follows the template and plugin architecture that helps to supercharge further.
WordPress is an open-source program and its core code is available freely, hence making it susceptible to hacking, spamming, and security issues. However, it’s backed by a vast community of developers striving to make it most secure and sustainable.
If you’re following our #WordPressBlog series, then this is the second article and video published. We previously posted about how to install WordPress with a powerful LEMP stack.
Let’s dive into the post to learn WordPress login, dashboard walk-through, and preliminary setup —
Contents
WordPress Login for First-Time
If you’ve just freshly installed WordPress blog on the cloud server, and confused how to log in WordPress. Just follow the below steps:
- Access the wp-admin folder in the web browser, like:
- http://example.com/wp-admin/ or whatever your domain name
- in my case, I will be accessing – http://demo.restorebin.com/wp-admin/
- You will be navigated to the Login page and prompted with login Username and Password
- Enter the Username and Password that we have set up while Installing WordPress with LEMP
- Click on [Login] button to redirect WordPress Dashboard
You’ve successfully logged into your WordPress CMS.
WordPress Dashboard Walk-Through
This section is intended for WordPress beginners. If you already know about the WordPress dashboard and tabs, then you can skip this section.
- Dashboard — When you log in to WordPress, you’re navigated to Dashboard. This is a home for the WordPress admin. You can have an idea about the total post, pages, comments, and even save a quick draft.
Some plugins also drop in a few widgets that appear on the dashboard. - Posts — WordPress CMS is mainly used for Blogging purpose and the Post tab helps in creating, publishing, and segregating the blog post under Categories and Tags.
Post section list all the published, pending, and draft post in WordPress which you can revisit and modify per needs. - Media — While creating a blog post, WordPress has the capability to upload the media such as images, videos, PDF, etc. You can view and manage the entire WordPress media library under this tab
- Pages — Posts are used for publishing the blogging content regularly, while the Pages are the static post that will hardly change. The Pages can be About Us, Contact Us, Business or Services, etc. that won’t change on a regular basis.
- Comments — As the name itself defines, these are the comments that we receive in the comment box under each blog post. You can completely manage the comments by responding, editing, marking as spam and deleting the useless comments.
- Appearance — In this section, you can edit the WordPress’s look and feel. You can change the theme, upload external theme files, and also customize the different types of templates in HTML & PHP in the built-in editor.
- Plugins — The WordPress is powered by unlimited plugins or extensions that help in unlock different features that are not available by default. You can search a Plugins from WordPress repository and also upload the custom Plugins of your own or downloaded it from external sites.
- Users — As an Administrator of WordPress CMS, you can manage the users and their permissions from the Users tab. You can also modify your own profile and setup.
- Tools — The WordPress is pre-installed with few basic tools like import & export the blog, health check-up, exporting or erasing the personal data collected in any form.
- Settings — This is the WordPress main settings section that allows you to modify and adjust the entire WordPress installation. There are different sub-menus under the Settings tab based on the nature of the settings needed.
Preliminary Settings after WordPress Login
As mentioned earlier, the WordPress installation comes in with some dummy data, minimal security, as well as the settings which are not favorable for search engines. We need to make these changes immediately after the WordPress login.
Below are the important action items that need to be taken after the first time login.
General Settings
This section has basic information about the website or blog like site name, description, URL, admin mail address, date & time preference, and membership setting.
Based on your needs, you can enable or disable the membership registration. If you allow the registration, anyone can register and access the backend. It’s also important to set the default user role to the lowest i.e. subscriber.
Change the date and time per your timezone and also starting of the week.
Discussions Settings
Discussion settings allow managing WordPress commenting options. Here you can enable or disable the comments on the blog post and also set up the moderation option like, all comments should be approved, or at least one comment should be pre-approved, etc.
The discussion settings will also allow configuring the number of comments to appear on a single page. You can even blacklist offensive words if these are used in comments.
There are quite a few options and settings. Read through completely under Discussion settings and select the best suitable for you.
Media Settings
The default WordPress media is enabled to upload the files in Years and Months folders which I think is not good for SEO. Uncheck the option that says — Organize my uploads into month- and year-based folders.
You can also resize the thumbnails and upload image size under the Media settings menu.
WordPress Permalinks Settings
The default WordPress permalinks are not Search Engine friendly. It just has the number which represents the post ID in the WordPress database.
Changing the URL structure to something like /%postname%/ OR /%category%/%postname%/ is suggest for SEO friendly URLs.
After changing the Permalink Structure, make sure to check if your website blog post links are not broken.
Deleting Dummy Data
WordPress is pre-installed with dummy posts, pages, comments, and plugins. This is just to give a new user an idea of how WordPress is structured.
You can visit the individual section and delete the dummy data immediately after WordPress installation.
- Deleting the dummy Post: Dashboard > Posts menu > All Posts sub-menu > Hit on Trash command under the post title from the list
- Deleting the dummy Page: Dashboard > Pages menu > All Pages sub-menu > Hit on Trash command under the Page title from the list
- Deleting the WordPress Comment: Dashboard > Comments menu > Hit on Trash command under comment from the list
- Deleting the Plugin: Dashboard > Plugins menu > Installed Plugins > Click on Deactivate command under the Plugin name from the list and after refresh just Delete it
The post and comments that are trashed can be deleted from the Trash tab under each section.
Watch Video Demo of Dashboard and Settings
You can watch the below video demo of the entire WordPress Dashboard walk-through, and the Preliminary Settings that need to take care of.
Hope you liked the video, please subscribe to our channel for interesting update and videos.
What’s next in the #WordPressBlog Series?
Now that you got familiarized with the WordPress dashboard and also completed the initial settings, we can move ahead with changing the appearance of WordPress.
We will first be learning how to update skin from the WordPress Themes repository, and learn how to customize, add header menus, and change the widgets.
If you've any thoughts on WordPress Login: Dashboard and Imp Settings at 1st login, then feel free to drop in below comment box. Also, please subscribe to our restoreBin YouTube channel for amazing videos tips. Cheers!