How do I get a list of all my articles of my blog except the one's on the front page?
I show the 10 most recent on the front page. How would I show like 11-20 instead of a list of the same posts that are already on front page?
How do I get a list of all my articles of my blog except the one's on the front page?
I show the 10 most recent on the front page. How would I show like 11-20 instead of a list of the same posts that are already on front page?
thx pauljones I'll check that out now
doesn't seem to work. Says this for an error:
Parse error: parse error, unexpected ';', expecting '{'
Here's the code I used:
<?php function c2c_get_recent_posts ($num_posts = 10, $format = "<li>%post_URL%</li>", $categories = '', $orderby = 'date', $order = 'DESC', $offset = 21, $date_format = 'm/d/Y', $authors = '', $include_passworded_posts = 'false') ?>
ok I figured it out. I removed function from the start of the php call.
SOrry.
No problem. Would you mind marking this topic as resolved?
This topic has been closed to new replies.