View allAll Photos Tagged wordpresstutorials

Step By Step Guide On How To Setup Sidebar In WordPress Theme

-Go To The Dashboard

-Click On Pages

-Click On Add New. To Create The New Page.

-Write A Title For The Page. “Blog With Left Sidebar”

-Write The Content For The Page.

-After Writing The Content .

-Click On Page Option .

-Click On Page Attribute.

-Under Page Attribute, Click On Template

-Select “Blog With Left Sidebar” Option .

-Click On Publish Button.

-Do The Same Thing For “Blog With Right Sidebar” Option .

-Write The Content For The Page.

-Click On Page Option.

-Under Page Attribute Option .

-Click On Template Option.

-Select “Blog With Right Sidebar” Option.

-Click On Publish.

-To Save The Changes.

-Click On The Dashboard.

-Now Go To Your Website.

-Click On Customizer.

-Click On The Menu Option.

-The Menu Option Appears.

-Click On Add Item Option.

-Under The Page Option, There Are Blog With Sidebar Pages, That We Have Created.

-To Create A Drop-Down Option.

-Drag This Both Blog With Sidebar Page Under The Blog Menu Option.

-To Create Drop Down Option.

-Click On Publish To Save The Changes.

In This Way You Can Create Blog With Left & Right Sidebar Option.

For Your Website.

 

Step by Step guide –

-Go To The Dashboard

-Click On Pages

-Click On Add New. To Create The New Page.

-Write A Title For The Page. “Page With Left Sidebar”

-Write The Content For The Page.

-After Writing The Content .

-Click On Page Option .

-Click On Page Attribute.

-Under Page Attribute, Click On Template

-Select Page With Left Sidebar Option .

-Click On Publish Button.

-Do The Same Thing For “Page With Right Sidebar” option .

-Write The Content For The Page.

-Click On Page Option.

-Under Page Attribute Option .

-Click On Template Option.

-Select Page With Right Sidebar Option.

-Click On Publish.

-To Save The Changes.

-Click On The Dashboard.

-Now Go To Your Website.

-Click On Customizer.

-Click On The Menu Option.

-The Menu Option Appears.

-Click On Add Item Option.

-Under The Page Option, There Are Sidebar Pages, We Created Are There ,

-To Create A Drop-Down Option.

-Drag This Both Sidebar Page Under The Page Menu Option.

-To Create Drop Down Option.

-Click On Publish To Save The Changes.

In This Way You Can Create Pages With Left & Right Sidebar Option.

For Your Website.

   

WordPress tutorial provides basic and advanced concepts of WordPress. Our WordPress tutorial is designed for beginners and professionals.

How to remove links from product list image and title section in woocommerce? Open functions.php file on your WordPress theme and add the below code on the PHP file. remove_action( ‘woocommerce_before_shop_loop_item’, ‘woocommerce_template_loop_product_link_open’, 10 ); remove_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_product_link_close’, 5 ); Remove Add To Cart. Open the functions.php file on your WordPress theme and add the below

1 2 3 4 6