Skip to Content
PHPCODE
September 24, 2022
Ajax load more in WordPress
how to add load more button in word press without plugin Step by Step :…
April 15, 2022
phpcodeinformation Standard in all projects
First, you need to follow this phpcodeinformation Standard in all projects You must know below…
April 15, 2022
phpcodeinformation WordPress Standard
phpcodeinformation WordPress Standard   Create theme from “http://underscores.me” with proper name and comments Theme Name:…
April 14, 2022
Simple Pagination Post Type
$paged = get_query_var(‘paged’) ? get_query_var(‘paged’) : 1; $args = array(‘post_type’ => ‘post’, ‘posts_per_page’ => 1,…
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″>…
October 5, 2021
Codeigniter CRUD operations with MySQL
The most commonly utilised capability in a CodeIgniter application is CRUD Operations. The Codeigniter CRUD…
September 26, 2021
2Checkout payment Gateway integration in PHP
The 2Checkout Payment Gateway makes it simple to include a checkout system into a web…
PHPCODE © 2023