CREATE YOUR UNDERSCORES BASED THEME https://underscores.me/
Hello WordPress fans – Emoji option has been added starting WordPress version 4.4 core. That’s awesome...
Wordpress Theme Files style.css = Theme information[theme name, author,author uri, description, version, License ect ]. style-...
Get Post by query like category_name, post_type etc $blog_posts = new WP_Query( array( 'post_type' => 'post', 'post_status’' => 'publish', 'posts_per_page' => 3,'category_name' =...
Generate Wordpress shortcode with attribute. Multi lang url generate with shortcode. add style with shortcode attribute. Add image with shortcode in wordpress. Wordpress shortcode attribute and con...
Create a custom post type and its taxonomy with php in wordpress // for media corner // custom post type with category function media_corner_post_type() { // Set U...
When updated user role user get a notification email. This solution using php and html . #wp_mail() #user_role_update // Role Update Notification [action on the...
There is no input type number field in quform of wordpress plugin. Here we make input type number field with custom javascripts. Text field to number field with javascript
Keep Sunday off In quform date picker with css. In quform date picker make disable click sunday wuth css. open your quform form where you disable sunday click and add a new field of html...
See more at https://www.vijayan.in/how-to-create-custom-table-list-in-wordpress-admin-page/
wordpress is_page(id,title,slug) not working ? Show Message individual page in wordpress. if is_page. @php @wordpress @ispage Now try with this code. is_page function wit...
Query args in wordpress. Query by custom meta_key . Query in wc_get_orders() function . meta_query date in date between . $args = array( 'limit' => 50, 'return'...
Filter order with transection id or not. If completed order has transection id this will be completed. Custom meta query. woocommerce order transection _id query. Order Date query in wordpress...
Fatal error wp_query, Class not found, fatal error wc_order, fatal error of wordpress Keep the function under a hook in wordpress where you use the wp_query or any wp cla...
Cancel all pending payments order in woocommerce. Select Pending order which are not paid .. and make it cancel. wc get order wc_get_orders with wp query args. // admin init del...
To store special character and other language string like german, franch wordpress special character filter. Keep Special character into wp database. For special Character store...
Wordpress booking... get booking person and person cost from a booking with a order_id... get person type name . get the sumation of booking person $booking_data = new WC_Boo...
Malke booking time slot block. make a booking reserved. make a event disable. wordpress, woocommerce booking.... //This is the array that will contain all the availabilities $a...
User Meta Update on user save hook wordpress customer meta update. User meta update. // function user_role_update($user_id, $new...
Php curl error show curl exec, show curl error or success code $data_json = json_encode($data_json); $cha = curl_init(); curl_setopt($cha, CURLOPT_URL, $url); curl_setopt($cha, CUR...
Get Booking ID from Order in woocommerce #woocommerce #booking #woocommerce_booking #wc_booking #order #wc_order #wc_order #woocommerce_booking_plugin G...
A child theme allows you to change small aspects of your site’s appearance yet still preserve your theme’s look and functionality. How to Create a Child Theme
Make custom plugin boilerplate at https://wppb.me/ Make custom theme boilerplate at https://underscores.me/ #plugin_boilerplate #theme...
#deletePostType #reset_url #wordpress #wordpress_permalink #permalink_problem Problem was i register a post type which named 'news'. But i want to create a page using this slug an...
We want to create a post and also maped with another translate version post. Create multilang post/product with rest api. Mapping with each other post. Rest Api Post Req...
#wordpress #Polylang #Woocommerce_rest_api #Language_mapping_wordpress #Product Translation #post_translation Create multilang product and mapping each other [Make Translate Version of a...
#Woocommerce #woocommerce_rest_api #Subscription_product #create_product #subscription_variable #subscription_period #subscription_interval Create Subscription variable product and add su...
#wordpress #cookie #wordpress_login #wordpress_login_block_cookie #unexpected_output #login_form_not_showing #wordpress_login_problem Cookies are blocked due to unexpected output. wordpre...
#wordpress #wordpresss_plugin #plugin_register_shortcode #plugin_oop_shortcode_register How to declar add_shortcode in wordpress class file. Here, we want to display a for...
#wordpress #prevent_multiple_submit #wordpress_form_submit #form_submit_frontend #wordpress_plugin_form_submit Case: I want to submit a form on wordpress frontend from a...