WordPress Tutorial Point
Starting a Blog Can Be Easy and first Get Started by Our Step-by-Step guidelines on how to create a website using wordpress :
- Search webhost000.com which entails free hosting and cpanel
- Choose get started with google account then sign in
- Register a domain name. And give your website name, Get your website online.
- Test your website
- After purchasing a domain name it will direct you to the next page and select start a blog
- After entering your username and password then install wordpress
- It will take you to wordpress dashboard:choose appearance then select themes then add new there are many types of themes that wordpress offers ,examples of themes are(jnews, astra ,travelo themes and many many others) alternatively you can choose already installed themes and an example of installed theme is colormag.
After installing a theme,go back to the dashboard then select post and delete all the posts and categories from the installed theme.
Next step is to install plugin and there are two types of plugins you install 1.(cybersyn)2.(magic thumbnail) then activate cybersyn first
Add categories to your website ,examples of categories you can search from google where you type sports niches if your website entails about sports.After adding categories to your website activate the second plugin
8.Get RSS Feeds from google search for your categories and then syndicate the feeds and pull feed for the website to start posting.
9.Customize/Edit your website means editing your website and add features to the site using Wpbakery or elementor
In Customizing your website you need to edit Logo,site identity ,footer, headers and sliders on your website
10.Launch your website and make it grow.
Another thing you can monetize your website and make your website to Autopost in your social media platform examples of social media are Tumbrl ,Twitter and Facebook.You can also connect bloggers with wordpress.
Let’s grow together and it all starts from within!!!
Programming Languages:Object Oriented
Programming languages are languages that use algorithms to implement instruction in a computer.Algorithms are a set of simple instructions used to solve a simple problem using simple languages.
Types of programming languages that are commonly used
- Javascript
- Java
- Python
- C++
- Scala
- Ruby
- Typescript
In today’s World Python is one of the most commonly used languages and is easy for beginners to learn since its readability and easy to code and debug.Also the listed languages are used to develop Artificial Intelligence since they are elegant, lightweight and simple to use and learn.Artificial Intelligence enables digital transformation. The listed languages can also be described as object oriented programming languages.Object Oriented programming (OOP) is a programming paradigm that relies on the concept of classes and objects. It is used to structure a software program into simple, reusable code .OOP Classes are bundled collection of member functions and member data type.Object is an instance of a class.
Principles/Pillars of OOP: Encapsulation, Abstraction, Inheritance, and Polymorphism.
There are differences between these languages and they differ from syntaxes and how they are declared.
There are two types of variables:Local variable which are declared within a main function and Global variables which are declared outside the main function.Like in C++ it uses data types and examples of data types are
- Boolean
- Character
- Integer
- String
- Floating points
Examples of data types are called variables.Variables is a named memory location for storing data
Example of variable declaration in C++
#include<iostream>
Using namespace std
Int main()
{
Int value,score,num;
String name;
Float pie;
Boolean gives a Yes or NO and also gives true or false statements.Once you know the basics of C++ a programmer is capable to know other syntax and basics of other Programming languages.
1.To know the basics
2.Declarations of variables
3.operators
4.arrays
5.functions
6.Loops type
Once who know the above tips you are able to code and come up with your own program.