Skip to Content
PHPCODE
April 14, 2022
Get Template part for ajax
// =================================== // Get Template part for ajax // =================================== function jad_return_get_template_part($slug = null, $name…
April 14, 2022
repater and post
echo do_shortcode(‘[addtoany]’); Recommended Size : 51 ✕ 51 px ACF Image Sizes Repeater ======================== <?php…
April 14, 2022
How do I create a custom post type in WordPress?
/* Start Testimonials Function*/ function qrs_testimonial_posttype() { $labels = array( 'name' => _x( 'Testimonials', 'qrs'…
April 3, 2022
Worpdress breadcrumbs
<?php if(is_front_page() || is_404()){ } else {?> <div class=”breadcrumb”> <div class=”container”> <div class=”row”> <div class=”col-12″>…
September 25, 2021
Import and export in PHP
The data management area benefits greatly from the import and export feature. The Import feature…
September 9, 2021
wordpress pagination without refreshing page
Hello, Friend, only 2 step pagination create numbering pagination ajax Like : Step 1: Add…
August 31, 2021
WordPress
WordPress (1) Functions.php (2) style.css (3) Plugins (4) Get Menu (5) Header and Footer Function (6) Get Post Type (7) WordPress Function…
PHPCODE © 2023