Displaying author cards

Posted in: Newsmag
Post count: 32

Hi,

I’d like to set up an ‘authors’ page listing current contributors.

It would be cool to use the author cards for this.

I set up a template for that particular page based on page.php. Now I need the php that will loop through contributors from the last two weeks and display their author cards.

Is that something you can help with, or to much for the forum here? 🙂

Thanks,

Chris

Post count: 6535

Hi

There is no easy way to accomplish this. Basically you will need a script which verify if the user has been registered on the site between the current time and x-days ago Here iI found a possible example how to get the user registration time: http://wordpress.stackexchange.com/questions/77876/display-user-registration-date. In your case the condition should be more specific if you want to loop only trough subscribers or contributors. If this condition is true then echo out a specific field from the database which contains the desired information.
Please consider that this is a complex task which require advanced coding skills, also many customization and tests. If you can’t do this by yourself my advice is to look for someone which can help you with this or hire a freelancer to do it for you as we can’t offer any type of custom work at the moment.

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.