bug report
-
Hi Cr3atives!
FYI: line 109 in cr3ativ-recentposts.php throws a php notice:
$temp_excerpt = get_excerpt_by_id($post_id);
Fixed it like so:
$temp_excerpt = get_excerpt_by_id($post->ID);
Great little helper btw.
Love it! Thanks,
Dirk
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘bug report’ is closed to new replies.