Skip to content
pktechnology
  • Home
  • Buy Handmade Scripts
  • Courses
    • PHP & Its Framework
      • PHP
      • PHP OOPs
      • PHP Projects
      • Codeigniter
      • Laravel
      • Laravel mix with react js
      • Laravel Mix with Vue
    • Js & Its Frameworks With Libraries
      • Javascript
      • Jquery
      • Jquery UI
      • Node js
      • Express js
      • Vue js
      • React js
      • Angular
    • WordPress Development
      • WordPress Backend Development
      • WordPress Plugin Development
      • WordPress Theme Development
    • Firebase
    • Mobile Apps
      • Android Studio
      • Android Studio Projects
      • Dart
      • Flutter
      • Flutter Projetcs
      • Ionic
      • React Native
    • Python Technology
      • Python
      • Python Projects
      • Django
      • Django Projects
    • English
  • Toggle website search
Search this website

Wordpress Plugin Development

  1. Home>
  2. Home>
  3. Wordpress Plugin Development
Wordpress Plugin Development

Some special wordpress functions

  # Display data according to page if (is_page('about')) { // or is_page(42) for ID echo '<p>This is the About page.</p>'; } # Display posts with pagination $paged = (get_query_var('paged'))…

0 Comments
May 21, 2025
Wordpress Plugin Development

Add custom field in product category and product page in woocommerce

  https://wordpress.org/plugins/woo-custom-product-addons/  

0 Comments
May 18, 2025
Wordpress Plugin Development

How to get woocommerce product

  WooCommerce marks a product as "featured" using a custom taxonomy (product_visibility) with the term featured $args = array( 'post_type' => 'product', 'posts_per_page' => 10, 'tax_query' => array( array( 'taxonomy'…

0 Comments
May 7, 2025
Wordpress Plugin Development

Form submit through frontend side using wordpress custom plugin form through shortcode

<?php /* Plugin Name: Frontend Form Inserter Description: A plugin to insert form data from the frontend. Version: 1.0 Author: Your Name */ function fform_register_shortcode() { ob_start(); ?> <form action=""…

0 Comments
April 28, 2025
Read more about the article How to get advance custom post type data
Wordpress Plugin Development / Wordpress Theme Development

How to get advance custom post type data

  get image field $image = get_field('upload_banner_image'); if( !empty( $image ) ): ?> <img class="product-main-image" src="<?php echo esc_url($image['url']); ?>" class="product-main-image" alt="<?php echo esc_attr($image['alt']); ?>" /> <?php endif; ?> get other…

0 Comments
January 6, 2025
Wordpress Plugin Development / Wordpress Plugin Tools

WP plugin scrapping tool part 13 (display scrap data using shortcode according to website and number of rows)

Web Scraping is a technique used to extract large amounts of data from websites extracted and saved them to a local file in your computer or to a database or…

0 Comments
November 2, 2024
Wordpress Plugin Development / Wordpress Plugin Tools

WP plugin scrapping tool part 12 (display scrap data using datatable)

Web Scraping is a technique used to extract large amounts of data from websites extracted and saved them to a local file in your computer or to a database or…

0 Comments
October 31, 2024
  • 1
  • 2
  • 3
  • 4
  • 5
  • Go to the next page

Recent Posts

  • Search features add in woccomerce soring
  • Change woccommerce category page thumbnal size
  • Imali ke ped ka bhoot
  • Professional Slider or Carousel
  • Transparent background using css

Whatsapp Us

+919691782208

Visit Us

Raipur Chhattisagarh

Email Direct

wordpress12389@gmail.com

Copyright 2025 - pktechnology.in
Close Menu