Bu hatayı veriyor site

Fatal error: Call to undefined function: c2c_get_recent_posts() in /home/public_html/wp-content/themes/glossyblue-advanced-1-1/footer.php on line 5

kodlarda
  <div id="footer">
  <div class="left-col">
    <h4>Son yazılar </h4>
    <ul class="recent-posts">
      <?php c2c_get_recent_posts(8); ?>
    </ul>
  </div>
  <div class="left-col">
bu şekilde.
Nasıl düzeltebilirim ?