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    ...