abcdefgary
Member
Posted 2 years ago #
Hello. I'm looking for a plugin that will let me post an entry that shows one week's worth of posts automatically?
So I would be able to post something like:
A summary of this week's posts:
- Title of Post
- Title of Post
- Title of Post
- Title of Post
- Title of Post
- Title of Post
Without having to do it manually, of course. Thanks in advance.
There is a plugin to display the most popular categories of the last week, perhaps you can adapt it?
http://wp-plugins.net/plugin/most_popular_categories_by_posts/#plugin_1542
abcdefgary
Member
Posted 2 years ago #
Err... darn. I thought someone would have the answer like in a jiffy.
So I guess there isn't a plugin like this out there...
Looks like I'll have to do it by hand manually.
abcdefgary
Member
Posted 2 years ago #
Ok... I'm not sure how I would do this, but the recent posts doesn't seem to work if I put the function in a post.
however, if I put it in a template, it will work...
is there a solution? thanks.
Nothing works by putting any PHP code in a post or Page.
More details:
http://wordpress.org/support/topic/97487?replies=4#post-486135
abcdefgary
Member
Posted 2 years ago #
okay, well I got the job half done.
I installed a plugin which allows me to put PHP in posts. So I just wrote the wp_get_archives thing.
however, when it displays my last recent posts, they won't stay permanent, which I want it to, it will always keep changing.
does anyone have a solution to this?
thanks in advance.