No video

Load more button with Ajax - Custom post type with taxonomy filter without plugin (Wordpress) PART 2

  Рет қаралды 5,832

CODING ACADEMY

CODING ACADEMY

Күн бұрын

- PART 1 - Custom post type with taxonomy filter : • Custom post type with ...
In this video i'm gonna teach you how to make a load more button in Wordpress with Ajax with Custom post type and taxonomy filter.
- Project folder: github.com/emm...
- Link: codex.wordpres...
- Link: codex.wordpres...
- Link: api.jquery.com...
👉 Membership: / @emmannweb
- ☕ Buy me a coffee: www.buymeacoff...
KZfaq TUTORIALS
- Worpdress Tutorial: • Wordpress tutorial - h...
- Custom post type and taxonomy filter: • Custom post type with ...
- Cloudinary CRUD operation: • Cloudinary update imag...
- HTML and CSS Website design tutorial from scratch: • html and css website d...
- MERN Stack from scratch: • mongodb express react ...
- MERN Stack with Redux Toolkit: • Redux Tutorial / Redux...
Load more button with Ajax - Custom post type with taxonomy filter
CODING ACADEMY is a programming channel that aim to teach programming stuff in a simple way.
If you are looking for Wordpress tutorial, React, MongoDB, ect this is the right channel for you.
Don´t forget To Subscribe and Share with other Friends
Subscribe To Coding academy : / @emmannweb
You Can Follow on Facebook :
CODING ACADEMY is an online media that was created to teach programming to any person around the world who feel the need to learn programming. We teach in a simple way and make it easy to understand.
Our community ( CODING ACADEMY) fans greatly appreciate this initiative,
#coding academy #Wordpress #coding

Пікірлер: 19
@BMikel
@BMikel 3 жыл бұрын
This is good staff. The only drawback is that isotope is jQuery dependant. I suggest you publish another tutorial without isotope.
@emmannweb
@emmannweb 3 жыл бұрын
Without isotope or any other plugin, i-e we would have to make the filter effect from scratch.
@developerhasan2418
@developerhasan2418 2 жыл бұрын
Great tutorial. Thank you very much
@emmannweb
@emmannweb 2 жыл бұрын
Thank you so much, i really appreciate!
@RajeshKumar-uw9qi
@RajeshKumar-uw9qi 3 жыл бұрын
Hi dear really good informative and learn about load more post...thanks dear again
@emmannweb
@emmannweb 3 жыл бұрын
Thank you so much!
@RajeshKumar-uw9qi
@RajeshKumar-uw9qi 3 жыл бұрын
I want to ask sir how to show relative custom post types.....and now I have a clear concept how to use wordpress custom post types and thanks for you best time and efforts you give always......have a good day 🙏
@emmannweb
@emmannweb 3 жыл бұрын
I'm more than happy that the content teaches you something new!
@emmannweb
@emmannweb 3 жыл бұрын
about relative custom post type, i don't understand clearly the question...
@jyotibarasker2792
@jyotibarasker2792 8 ай бұрын
Hi, thanks for the amazing tutorial but I want to know how I can show load more button only when there is more than 6 post but I am not able to 😂 it can u please help
@emmannweb
@emmannweb 8 ай бұрын
Load more
@user-ho1bx1js6c
@user-ho1bx1js6c 10 ай бұрын
how can i get all post but first all logo then vedio and so on
@Imshukladeepak
@Imshukladeepak 3 жыл бұрын
it is not working properly. Suppose I have 3 categories and each category has 12 posts and suppose when I filter category wise it will show 4 posts and after click the load more button it will not display the same category of post.
@emmannweb
@emmannweb 3 жыл бұрын
until now, it''s still working for me, check if that each post belongs to a category. I have this in other site, it's work like a charm. Check your code also.
@JesusGonzalez-re5im
@JesusGonzalez-re5im Жыл бұрын
@@emmannweb I have the same problem, when i add the query for terms o tax_query is not working, not show more posts, but if i remove the terms or tax_query is working but the post are not agruped by term, all is general $term = get_queried_object(); //number of posts per page default $num =12; //page number $paged = $_POST['page'] + 1; //args $args = array( 'post_type' => 'cpt-products', 'posts_per_page' =>$num, 'paged'=>$paged, /*'tax_query' => array( array( 'taxonomy' => 'categoria_producto', 'field' => 'term_id', 'terms' => $term->term_id ), ),*/ ); //query $query = new WP_Query($args); //check if ($query->have_posts()): //loop articales while ($query->have_posts()): $query->the_post(); $term = get_queried_object(); $termsArray = get_the_terms( $post->ID, "categoria_producto" ); $termsSlug = ""; //initialize the variable that will contain the terms foreach ( $termsArray as $term ) { // for each term $termsSlug .= $term->slug.' '; //create a string that has all the slugs } include 'ajax-content.php'; endwhile;
@mattkennedy1099
@mattkennedy1099 Жыл бұрын
@@JesusGonzalez-re5im In functions.php should be . Note the capital L in the first SLug.
@jyotibarasker2792
@jyotibarasker2792 8 ай бұрын
Waiting for reply asap
@RajeshKumar-uw9qi
@RajeshKumar-uw9qi 3 жыл бұрын
Dear any other social media site there can follow you....
@emmannweb
@emmannweb 3 жыл бұрын
facebook.com/labowebfirm
13 Things To Remove From Your Website Immediately
12:33
Orbit Media Studios
Рет қаралды 306 М.
а ты любишь париться?
00:41
KATYA KLON LIFE
Рет қаралды 2,7 МЛН
Can This Bubble Save My Life? 😱
00:55
Topper Guild
Рет қаралды 60 МЛН
Little brothers couldn't stay calm when they noticed a bin lorry #shorts
00:32
Fabiosa Best Lifehacks
Рет қаралды 18 МЛН
الذرة أنقذت حياتي🌽😱
00:27
Cool Tool SHORTS Arabic
Рет қаралды 4,5 МЛН
WordPress Custom Fields for Custom Post Type
42:12
Vicode Media
Рет қаралды 15 М.
The Story of Next.js
12:13
uidotdev
Рет қаралды 564 М.
you STILL need a website RIGHT NOW!! (yes, even in 2024)
19:15
NetworkChuck
Рет қаралды 412 М.
Make Load more post button Custom code | wordpress
19:31
Code Club India
Рет қаралды 9 М.
How To Load More Posts In WordPress On Click With AJAX
14:33
I tried every website builder. This is the BEST
19:31
Steve Builds Websites
Рет қаралды 71 М.
I've been using Redis wrong this whole time...
20:53
Dreams of Code
Рет қаралды 352 М.
Easy load more posts button in WordPress - AJAX style
16:55
Highrise Digital
Рет қаралды 9 М.
Creating Custom Post Types With Advanced Custom Fields
28:46
David McCan
Рет қаралды 42 М.
а ты любишь париться?
00:41
KATYA KLON LIFE
Рет қаралды 2,7 МЛН