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 ReadingTo 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 ReadingTo 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 ReadingIf 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 ReadingNowadays, 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 ReadingIt 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 ReadingIt is a common question “Introduce Yourself” in a job or any interview. But many of us face difficulties in introducing ourselves .So, today I’m…
Continue ReadingUsing the WooCommerce Variation Swatches plugin , you can add product variation attributes to your products that help users to choose and find expected products…
Continue ReadingYou can simply migrate Your wordpress site from one domain to another domain, using All-in-One WP Migration plugin. The another way to copy site from…
Continue ReadingIf you want to make your website faster then, here’s some tricks: Upgrading PHP version: If your current PHP version is less than 7, upgrade…
Continue Reading