Wordpress Tutorial For Begineers

Wordpress



  1. Quick Setup With Docker
    • Create a file docker-compose.yml
    • Paste Code
    • Save And Run docker-compose up -d on your terminal
  2. 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
  3. Logging into the wordpress
    • Enter www.yoursitename.com/wp-admin/ 
  4. Visiting the site
    • Hover on the top left at your dashboard and click on visit site.
  5. 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.
  6. Installing and Activating Plugin
    • Go to Plugins>>Add New
    • Search and Install Or Upload PLugin
    • Install and Activate
  7. Customize Your Theme
    • Go to Appearance>>customize
    • Edit And Publish
  8. Setting
    • General
    • Writing
    • Reading
    • Discussion
    • Media
    • Permalinks ( Change to postname )
  9. Writing Your First Pages
    • Go to Pages>>Add New
    • Add title,description..
    • Choose template or layout
    • Set Featured Image
    • Click On Publish
  10. Writing your Post
    • Go to Posts>>Add New
    • Add title, description, tags 
    • Choose categories , layout
    • Set Featured Image
    • Click On Publish
  11. 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
  12. Exploring Tools
    • Go to Tools in dashboard
    • See the site health
    • Available Tools
    • Export/Erase Persoal Data
  13. 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
  14. Add a media
    • Go to Media>>Add New
    • Select Files and Upload
  15. Checking For Updates
    • Go to dashboard>>Updates
    • Select Plugin/Themes and Update
  16. Editing a CSS
    • Go to Appearance>>Edit CSS
    • Add your Code and Done
  17. Editing a Theme
    • Go to Appearance>>Theme Editor
    • Edit only iff you know coding
    • Update or Done
  18. 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.
  19. Adding Custom 404 error Page
    • Find error page on Cpanel on File Manager>>Public Html
    • Write your code
    • Save Changes
  20. Make a custom theme.
    • Coming Soon Wait....

No comments