expromo
Member
Posted 3 years ago #
Hello everyone!
I'm running a project and I'm in need of 2 functions I just can't find the plugin for:
a) Limit posts in time - when posting choose starting date and finish date of the post being availible on the page
b) Show new users box - I need a box to show newly registered users with their avatars
Does anybody know about a plugin that can do that :) ?
Will be greatful for your help!
a) Look for an "expire" plugin, there's several of them, like this one.
b) I cannot imagine that nobody never made something like this, but I can't find any such plugin. Perhaps with some simple coding. Anyone?
As far as authors, you could just use a lot of the code from an author template. Have a look at these:
http://codex.wordpress.org/Author_Templates
http://codex.wordpress.org/Template_Tags/wp_list_authors
And when you say avatars, I'm assuming you mean gravatars? Once you get their e-mail address, you can generate the gravatar like so:
http://en.gravatar.com/site/implement/php
expromo
Member
Posted 3 years ago #
Great - authors problem solved then :)
But still these putting posts on and off in time seams really problematic - it shouldn't be so hard to do this.
All the plugins I found are either to ONLY delete posts or ONLY activate posts. And all is really complicated :/