Fatal error: Call to undefined function wp_pagenavi() in /home/site adı.com/httpdocs/wp-content/themes/echo/category.php on line 45


videolar ve diğer kategorilere tıkladığımda böyle bir hata alıyorum

45. satırdaki wp_pagenavi nedir ve bu sorunu nasıl halledebilirim

dosyanın


$cat_ID = get_query_var('cat'); $cat_ID; ?>







single_cat_title();

} ?>






if (have_posts()) : while (have_posts()) : the_post();
$resim_link = wp_get_attachment_url( get_post_thumbnail_id( $post->ID ) );
echo the_post();
?>