Skip to content
Best blog and web templates -for your website Best blog and web templates -for your website
x
  • Home
  • Free Themes
  • WP Plugins
  • WP Themes
  • Blog
HOW TO CHANGE WOOCOMMERCE  “ADD TO CART” BUTTON TEXT?
January 5, 2022
By kardi issue, woocommerce, WooCommerce Plugins, wordpress

HOW TO CHANGE WOOCOMMERCE “ADD TO CART” BUTTON TEXT?

By default, the woocommerce product by button shows “Add to cart“, if you want to change the text with other any text. You can use…
Continue Reading
Woocommerce direct checkout without any plugin
December 23, 2021
By kardi LMS, Tutor LMS, woocommerce, wordpress

Woocommerce direct checkout without any plugin

If you want to skip cart and want to go direct checkout page, you can add following type URL as your button URL https://Your_site_URL/checkout/?add-to-cart=product_id For…
Continue Reading
autocomplete WooCommerce orders
December 5, 2021
By kardi woocommerce, wordpress

autocomplete WooCommerce orders

To make woocommerce product orders autocomplete you can use this code /** * Auto Complete WooCommerce orders. */ add_action( 'woocommerce_thankyou', 'custom_woocommerce_auto_complete_order' ); function custom_woocommerce_auto_complete_order( $order_id…
Continue Reading
Get Woocommerce product sale amount
December 5, 2021
By kardi woocommerce, wordpress

Get Woocommerce product sale amount

To get woocommerce product sale amount , you can use this shortcode add_shortcode( 'sales', 'show_sales_by_product_id' ); function show_sales_by_product_id( $atts ) { $atts = shortcode_atts( array(…
Continue Reading
Disable the wp-admin area for the other users role
December 5, 2021
By kardi issue, wordpress

Disable the wp-admin area for the other users role

To Remove the wordpress admin bar from the frontend you can use this code in your function file add_action('after_setup_theme', 'remove_admin_bar'); function remove_admin_bar() { if (!current_user_can('administrator')…
Continue Reading
Add custom CSS in the wordpress admin area
December 5, 2021
By kardi Bug, issue, wordpress

Add custom CSS in the wordpress admin area

To add custom CSS in the wordpress admin area, you can use this function, in your function file function my_custom_css() { echo '<style> .post-type-product #ovaem_sectionid…
Continue Reading
Add custom field product single page
December 5, 2021
By kardi Bug, issue, woocommerce, wordpress

Add custom field product single page

To add custom meta field in the product single page and save the field data then get value, Need to add this following code You…
Continue Reading
Add registration custom field Tutor LMS
December 5, 2021
By kardi issue, LMS, Tutor LMS, wordpress

Add registration custom field Tutor LMS

If you want to add any custom field in your registration page, then you need to follow the following four steps: First, need to add…
Continue Reading
The Best LMS plugin for wordpress
November 15, 2021
By kardi LMS, Tutor LMS, wordpress

5 Best Popular LMS Plugin for WordPress

Nowadays, WordPress is the most frequently used CMS and has a 39% market share of all websites worldwide. Additionally, it has a large number of…
Continue Reading
November 8, 2021
By kardi Bug, issue, wordpress

Found $_SERVER in the file

It is a really wrong way to use $_SERVER. You can alternatively use the $wp global to get the current URL – it’s the same thing in…
Continue Reading
  • 1
  • 2
  • 3

Recent Posts

  • Disable double add to cart of a product December 18, 2022
  • How to Create & Use Image Hotspot in Your WordPress Website October 14, 2022
  • Disable Right Click and F12 Developer Tools Option August 8, 2022
  • create-react-app, installation error (“command not found”) August 8, 2022
  • WordPress online code compiler plugin for LMS June 15, 2022

Recent Comments

  • filmkovasi on How to copy or migrate wordpress site fom one domain to another
  • 720p on How to copy or migrate wordpress site fom one domain to another
  • access on How to copy or migrate wordpress site fom one domain to another
  • film on How to copy or migrate wordpress site fom one domain to another
  • porno on How to copy or migrate wordpress site fom one domain to another

Archives

  • December 2022 (1)
  • October 2022 (1)
  • August 2022 (2)
  • June 2022 (1)
  • April 2022 (1)
  • March 2022 (1)
  • February 2022 (2)
  • January 2022 (2)
  • December 2021 (7)
  • November 2021 (2)
  • August 2021 (1)
  • May 2021 (1)
  • October 2018 (4)

Categories

  • Bug (4)
  • Daily Analysis (3)
  • demo data (1)
  • issue (7)
  • LMS (3)
  • Make faster (1)
  • SEO Analysis (1)
  • Speed Up (1)
  • Tutor LMS (3)
  • Uncategorized (9)
  • Variation Swatches (1)
  • woocommerce (7)
  • WooCommerce Plugins (3)
  • wordpress (15)

Popular Tags

adding custom css admin area css admin css Advertis Analysis autocomplete Business custom CSS custom field custom meta custom meta field demo demo data Digital disable wp admin area faster get sale amount lms loadingspeed Marketing online code compiler plugin orders plugin product registration remove admin bar sale amount sale amount shortcode speedup tutor tutor lms Variation Swatches woocommerce WooCommerce Plugins WordPress wp wp-admin area wp admin css
© Copyright Web Top Templates 2020.