Blogs

Wordpress theme builder

06 Aug 2020 Admin 0

471

CREATE YOUR UNDERSCORES BASED THEME https://underscores.me/

Stop Loading wp-emoji-release.mi...

10 Aug 2020 Admin 0

455

Hello WordPress fans – Emoji option has been added starting WordPress version 4.4 core. That’s awesome...

Files and folders of a Custom Wo...

31 Mar 2021 Admin 0

514

Wordpress Theme Files style.css = Theme information[theme name, author,author uri, description, version, License ect ]. style-...

Get Post by Custom Query in Word...

01 Apr 2021 Admin 0

498

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' =...

Wordpress Shortcode With Attribu...

18 May 2021 Admin 0

502

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 Custom Post Type And Taxo...

25 May 2021 Admin 0

498

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...

Role Update Notification in Word...

24 Jun 2021 Admin 0

466

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...

Input Type Number in quform Word...

31 Jul 2021 Admin 0

436

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 p...

31 Jul 2021 Admin 0

454

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...

Wordpress Create Custom Table In...

02 Sep 2021 Admin 0

410

See more at  https://www.vijayan.in/how-to-create-custom-table-list-in-wordpress-admin-page/

is_page Wordpress Function

19 Sep 2021 Admin 0

398

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...

Custom Query Var in Wordpress

19 Sep 2021 Admin 0

395

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'...

Meta query with transection id i...

19 Sep 2021 Admin 0

399

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 Wordpress WP_Query

08 Nov 2021 Admin 0

373

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...

Make Pending as Cancel order whi...

08 Nov 2021 Admin 0

359

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...

JSON encode special character

09 Nov 2021 Admin 0

396

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...

Woocommerce booking Get person t...

09 Nov 2021 Admin 0

389

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...

Create New Booking A availabilit...

10 Nov 2021 Admin 0

392

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 ho...

18 Nov 2021 Admin 0

403

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 view

25 Nov 2021 Admin 0

422

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 ID in...

11 Jan 2022 Admin 0

423

Get Booking ID from Order in woocommerce #woocommerce #booking #woocommerce_booking #wc_booking #order #wc_order #wc_order #woocommerce_booking_plugin G...

Create a child theme in WordPres...

15 Jan 2022 Admin 0

393

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 

Wordpress Plugin & Theme Boiler...

13 Feb 2022 Admin 0

327

Make custom plugin boilerplate at  https://wppb.me/ Make custom theme boilerplate at https://underscores.me/   #plugin_boilerplate #theme...

Delete a post type from wordpres...

21 Feb 2022 Admin 0

502

#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...

Created Translate Post Using Res...

24 Feb 2022 Admin 0

570

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...

Create Multi Language Product Wi...

02 Mar 2022 Admin 0

582

#wordpress #Polylang #Woocommerce_rest_api #Language_mapping_wordpress #Product Translation #post_translation Create multilang product and mapping each other [Make Translate Version of a...

Create Subscription Variable Pro...

02 Mar 2022 Admin 0

620

#Woocommerce #woocommerce_rest_api #Subscription_product #create_product #subscription_variable #subscription_period #subscription_interval Create Subscription variable product and add su...

Cookies are blocked due to unexp...

05 Mar 2022 Admin 0

592

#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...

Add Shortcode Hook on Plugin Cla...

25 Mar 2022 Admin 0

574

#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 Nonce Field Preventing...

04 Apr 2022 Admin 0

486

#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...