Monday, 18 December 2017

How to install WordPress

A step by step tutorial on how to install WordPress.



You can read from my site by clicking here

Step 1

keep the file within

    for windows/mac and wamp user keep it within computer network folder
    for windows/mac and xampp user keep it within htdocs folder
    and for UNIX user keep the unfasten folder to var/www/html/ folder

Step 2

Now begin the xamp or wamp or begin the apache and mysql.
Step 3

Now open the phpmyadmin and build a info and author the info name, info username and info watchword.
Step 4

now open the link of the unfasten WordPress file through your localhost.
Step 5

Select the language and click on on Continue
Step 6

Check the specified information you have got then click on lets go.
Step 7

Enter the info details and click on on Submit
Step 8

Enter the location details, User name, Password, email address and click on on run the installation

after clicking on run the install the system can produce a wp-config.php file that contain the info details and also the keys and also the correct kind , that if you wish to examine all the error and warning throughout the event of configuration of admin panel please realize the WP_DEBUG and build the worth as true , ab initio the worth is fake and whereas your website are rady, before uploading amendment the worth to false as if there's any error throughout the visit of a user cannot able to see the error.
Step 9

Wow you're able to login to the WordPress admin panel please login together with your given username and watchword and revel in your put in WordPress admin panel.

in this post you learned the way to install WordPress currently if you have got to {put in} wordpress on server put the unfasten file of wordpress to the basis folder of server and build a info on server then open the link from browser then ensue step five within the next post can discuss concerning the dashboard of WordPress admin panel.


Saturday, 28 October 2017

Wordpress woocommerce development tutorial

in this post we are going to learn the steps to develop the theme which is supporting the woocommerce plugin and precedure to make the theme development

First make the theme woocommerce compatible using add_theme_support ( 'post-thumbnails' );

Second make a woocommerce.php file inside your theme folder

then paste the content od page.php file and findout the portion from if(have_posts()) to endif; and replace with

Then go to your theme folder and make a folder by the name woocommerce

get all the template

Now go to your plugin directory and open the folder woocommerce and then open the folder templates now copy that and open your theme folder and open the created woocommerce folder and paste the files and folders you have coppied from the woocommerce plugin.

Now edit the templates and you have done

Thanks for reading

Thursday, 26 October 2017

Wordpress Tutorial

to make a website mainly blog type website wordpress is become one of the most popular platform and if have to make ecommerce website using wordpress then the name woocommerce is appeard first. Wordpress also helps to make seo frieldly website and also can be ectend its functions by using plugin and widget and as demand of wordpress website is high so the demand of wordpress developer is also high as well as to use the website need to know the admin panel of the wordpress so in this post we are brifly going to discuss the full admin and theme development process of wordpress.

Wordpress admin panel

as we have alread read that we have to learn first the wordpress admin panel to handle any wordpress website.

The default menus of wordpress admin panel

The first menu is Dashboard

The dashboard of any system is used to see the condition of the system at a glance wordpress is also not different from other and it is content mainly the posts with its condition and pages and the updates etc.

The second menu is the Post menu

To post a content or blog and setup category of the post and manage the blog for seo or other porpose we have to learn about post menu

The third menu is the media menu

All the uploaded files , including the images , videos, docs etc ate located on the menu named media here we can give the caption or the alt tag etc for the image and all uploaded file can be seen at a glance and also can det the url of the file by clicking on the file.

The fourth one is the Pages menu

To handle the pages of wordpress
user have to learn about the pages menu of wordpress here user van add, or edit , or delete a page anf from here user van be able to attach thumbnail to the page also.

The fifth one is the comment menu

To handle the comment of wordpress
given by any user to any post user have to learn about the comment menu

The sixth one is the Appearance menu

The the Appearance menu
content the menu , widget , theme details and the most sensitive portion the editor of theme

The seventh one is the plugin menu

To handle the plugins
or install or update plugin user need to learn the plugin menu portion

The eight one is the User menu

another most important portion is Users Menu
learn to manage all kind of wordpress user from administrator to subscriber

The nine one is the tools menu

using the toola menu of wordpress
user van import , export or take backup from wordpress admin panel

The tenth or the last one is the settings menu

The Setting menu of wordpress
is used for set up all the pages and posts read , view and write process anso the permalink

Thanks for reading

Wednesday, 25 October 2017

Basic WordPress WooCommerce, Contact form 7 and Mailpoet Newsletter Tutorial

Now a days people are getting busy and not so much time to go to a shopping center and purchase something so they are using online shopping sites to purchase the mandatory things and woocommerce is a very popular plugin for wordpress to make a shopping site so in this tutorial we are going to learc about some basic things of woocommerce

Contact form 7

And in a shopping site on in a normal business generating site there is needed a contact form thus user can make query and contact to the site admin

Mail Poet Newsletter

Also to give the updates regarding the site and post to the user there should be a newsletter form

WordPress WooCommerce

Woocommerce Setting Menu

The setting menu is the most important menu for woocommerce as from here admin user van setup the price currency, the product display, add to cart , shipping, checkout and oayment getway , and also the email templates

Woocommerce Product Menu and category

The Product menu is another very very important menu and the product title to short description to price to the featured image or image gallery and description and attribute

Woocommerce Order menu

Now order management part, to make a order in process , or hold, or completed or canceled have to learn the woocommerce order menu and from here also can be generated report

Thanks for Reading

How to install WordPress

A step by step tutorial on how to install WordPress. You can read from my site by clicking here Step 1 keep the file within    ...