get_recent_posts
-
Howdy ho,
I have this script:
<?php c2c_get_recent_posts(3); ?>
currently on my blog index page, it works fine and dandy.
But now I want it on my whole website index page. When I try and do so,
Recent Posts
Fatal error: Call to undefined function: c2c_get_recent_posts() in /public_html/beta/index.php on line 64
Line 64 : <?php c2c_get_recent_posts(3); ?>
So what do I change to make this thing work?
Ta.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘get_recent_posts’ is closed to new replies.