Home › Forums › Front-end Issues › Pagination on custom WP_query › Reply To: Pagination on custom WP_query
Hello
This one is a 404 too
http://localhost/ajr2/cadeaux/cadeaux-anniversaire-femme/page/2/
It’s a custom taxonomy that I made in My function.php file
function cadeaux() {
register_taxonomy('cadeaux','post', [
'labels' => [
'name' => 'Cadeaux'
],
'show_in_rest' => true,
'hierarchical' => true,
'show_in_quick_edit' => true,
'show_admin_column' => true,
]);
}
add_action('init','cadeaux');
Do u need more informations ?
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.