Friday, July 20, 2018

is there any way to take my wordpress website backup , as I set schedule.

Hi guys,

Today we are going to take a tour at WordPress plugin that enable us to set a schedule to take our WordPress website.
This plugin named "BackUpWordPress" . its a free utility available on WordPress.org , can be download easily.

Wednesday, July 18, 2018

Why Ecommerce Email Marketing Is Important


Guys, through this article I am going to share my knowledge about “Smart eCommerce email marketing”. It does not matter you are going to launch your brand new eCommerce website or have an established eCommerce website store. Before kick start this, let us understand about email marketing.


What is email marketing?

Email marketing is the tool or way to reach out to the potential buyers or educate existing customers about your product.  If you are either a marketing personnel or an agency, you would love to use this tool because of its cost effectiveness and reach to the potential buyers or existing customers.
A well optimized email marketing campaign will generate you good number of leads. Email marketing tools give your business the capability to reach potential customs and educate existing customer easier than ever.

Tuesday, July 17, 2018

How to configure Shop page as Home page in WooCommerce.

Most of times, we want to show as maximum as possible our products on home page. like as a visitor lands on our website just see the products that we are selling.

We can do this by doing a very simple steps, just open the WordPress dashboard and navigate to the settings -> reading -> static page . you will see an option named Homepage: with select list.

you will see bunch of page 's name like , Cart, blog, shop etc. you just want to select "Shop" as home page and hit the save changes button.

Here is the screenshot to see the steps by number.

How to add menu Separators in wordpress menu items

There are couple of ways to add menu separators in wordpress menu items but here I am going to demonstrate, how do we do this with wordpress functions.

Let 's  start!

how to show product image on check out page woocommerce

WooComerce is a great plugin to add awesome eCommerce functionality in a WordPress website, but we missed many core features like how do we show product image beside product title on check out page.

I brought to you this solution, I am sure it will help you. cheers.
I have setup an instance on local PC with storefront theme. so , I have created a new file named yourcustomfunctions.php and put this file into inc folder in theme root folder and include this file into main functions.php file to make my work separate.
Step by step solution is here:

Step 1. Create a new .php file into inc folder on your theme 's root.