Wordpress
- Quick Setup With Docker
- Create a file docker-compose.yml
- Paste Code
- Save And Run docker-compose up -d on your terminal
- Setup In Cpanel
- login to Cpanel
- Go to Application>>Wordpress Manager
- Click On New Site
- Provide the information
- Create or Install and you will get the login details
- Logging into the wordpress
- Enter www.yoursitename.com/wp-admin/
- Visiting the site
- Hover on the top left at your dashboard and click on visit site.
- Choosing and Installing the theme
- Go to Appearance>>Themes
- Click on Add New and search any theme
- OR Click on Upload Theme and upload and install your theme then activate it.
- Installing and Activating Plugin
- Go to Plugins>>Add New
- Search and Install Or Upload PLugin
- Install and Activate
- Customize Your Theme
- Go to Appearance>>customize
- Edit And Publish
- Setting
- General
- Writing
- Reading
- Discussion
- Media
- Permalinks ( Change to postname )
- Writing Your First Pages
- Go to Pages>>Add New
- Add title,description..
- Choose template or layout
- Set Featured Image
- Click On Publish
- Writing your Post
- Go to Posts>>Add New
- Add title, description, tags
- Choose categories , layout
- Set Featured Image
- Click On Publish
- Writing Post With SEO Optimization
- Seo title width
- Text length ( minimum of 300 words)
- Set Focus Keyword
- Meta Description length
- Set Alt attributes with same focus keyword on image
- Make sure slug doesn't contain stop words (eg:- a,e,i,o,u)
- Provide Internal And External Link
- Have a H2 or H3 on description with focus keyword
- Exploring Tools
- Go to Tools in dashboard
- See the site health
- Available Tools
- Export/Erase Persoal Data
- Users
- All Users:- To see all users in your site
- Add New:- Add New User by giving a details and assign a role
- Your Profile:- View/ Edit your profile
- Add a media
- Go to Media>>Add New
- Select Files and Upload
- Checking For Updates
- Go to dashboard>>Updates
- Select Plugin/Themes and Update
- Editing a CSS
- Go to Appearance>>Edit CSS
- Add your Code and Done
- Editing a Theme
- Go to Appearance>>Theme Editor
- Edit only iff you know coding
- Update or Done
- Removing Copyright an Footer
- Try on customize theme
- Find the footer class and edit css as
- .footer {visibility:hidden;}
- Change Code in Cpanel
- Find your themes files on File Manager
- go to wp-includes>>themes>>yourtheme>>footer.php
- Write your own code & Save Changes.
- Adding Custom 404 error Page
- Find error page on Cpanel on File Manager>>Public Html
- Write your code
- Save Changes
- Make a custom theme.
Post a Comment