Plugin Name: Previous Posts
Plugin URI:
http://www.cypherhackz.net/archives/2006/05/29/wp-plugin-previous-posts-v11/
Description: Returns a list of your previous posts. You can set how many posts to be displayed.
Version: 1.1
Author: Fauzi Mohd Darus
Author URI: http://www.cypherhackz.net
This is the latest update from the previous version. It just a minor changes only where this plugin now can display links with with custom permalinks.
Download: cypher_previousposts.zip
Is there any way to make this also print the date of each post that it outputs?
Sorry about the double post, I got it to print the date well enough by changing line 42 to
$post_date = substr($post->post_date, 0, 10);
to cut off the seconds with that substr function, as the stripslashes function wasn’t needed as the dates weren’t stored with slashes in the database,
I want to print the category each post is in too, is that possible? I added post_category to the first request line but when I got all the code in it just prints “0” where I want the category to print. Am I calling the wrong information from the database?
[Comment ID #12337 Will Be Quoted Here]
i’m not sure. i will look into it. 🙂
That’s the Plugin I search for, but the download does’nt work 🙁
Please check the plugin page. The download link is there.
Hello everybody, my name is Damion, and I’m glad to join your conmunity,
and wish to assit as far as possible.