Title: Plugin: Fuzzy recent posts
Last modified: August 18, 2016

---

# Plugin: Fuzzy recent posts

 *  [Denis de Bernardy](https://wordpress.org/support/users/denis-de-bernardy/)
 * (@denis-de-bernardy)
 * [21 years ago](https://wordpress.org/support/topic/plugin-fuzzy-recent-posts/)
 * [http://www.semiologic.com/projects/recent-posts/](http://www.semiologic.com/projects/recent-posts/)
 * now v.2.0. And this will be the official support thread.

Viewing 15 replies - 1 through 15 (of 25 total)

1 [2](https://wordpress.org/support/topic/plugin-fuzzy-recent-posts/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-fuzzy-recent-posts/page/2/?output_format=md)

 *  [Navin Sigamany](https://wordpress.org/support/users/navin/)
 * (@navin)
 * [21 years ago](https://wordpress.org/support/topic/plugin-fuzzy-recent-posts/#post-201039)
 * Hi!
 * I’ve got Fuzzy recent posts up and running. Can you tell me how I can make the
   list look like the sidebar display of recent posts on Blogger? Right now the 
   date is diplayed above the post and this kind of stretches the length of the 
   list. How can I modify what is echoed?
 * Thanks in advance.
 * Cheers,
    Navin
 *  Thread Starter [Denis de Bernardy](https://wordpress.org/support/users/denis-de-bernardy/)
 * (@denis-de-bernardy)
 * [21 years ago](https://wordpress.org/support/topic/plugin-fuzzy-recent-posts/#post-201041)
 * well, you can do so in two ways:
 * either you find and replace the line:
 * `$output .= "<h3>$post_date:</h3>n<ul>n";`
 * with:
 * `$output .= "<ul>n";`
 * Alternatively, call:
 * $recent_posts = $sem_recent_posts(‘display=xml’);
 * $recent_posts will then contain raw xml data, as documented. from there, you 
   can format it any way you like with xslt.
 *  [Navin Sigamany](https://wordpress.org/support/users/navin/)
 * (@navin)
 * [21 years ago](https://wordpress.org/support/topic/plugin-fuzzy-recent-posts/#post-201042)
 * Cool! The first method worked very well for me!
 * Check it out here: [http://vidya.sigamany.com/blog](http://vidya.sigamany.com/blog)
 * Thanks Denis-de-Bernardy!
 *  [PaulaO](https://wordpress.org/support/users/holyroller/)
 * (@holyroller)
 * [20 years, 12 months ago](https://wordpress.org/support/topic/plugin-fuzzy-recent-posts/#post-201046)
 * Dude, how to take the RSS feed thing off the output? I tried taking out the inside
   parts of (‘RSS Feed’) but got an error.
 *  Thread Starter [Denis de Bernardy](https://wordpress.org/support/users/denis-de-bernardy/)
 * (@denis-de-bernardy)
 * [20 years, 12 months ago](https://wordpress.org/support/topic/plugin-fuzzy-recent-posts/#post-201047)
 * [@paula](https://wordpress.org/support/users/paula/) remove lines 205-210, immediately
   before `echo $output;`
 *  [PaulaO](https://wordpress.org/support/users/holyroller/)
 * (@holyroller)
 * [20 years, 12 months ago](https://wordpress.org/support/topic/plugin-fuzzy-recent-posts/#post-201048)
 * That’s what I thought. But was afraid to because of references earlier up the
   code. I have seen far too many parse errors and other oopsy lines lately after
   mucking with plugins that my eyes were beginning to hurt.
 * Anyway, it worked. Thanks!
 *  Thread Starter [Denis de Bernardy](https://wordpress.org/support/users/denis-de-bernardy/)
 * (@denis-de-bernardy)
 * [20 years, 12 months ago](https://wordpress.org/support/topic/plugin-fuzzy-recent-posts/#post-201049)
 * Stay tuned, too, as v3 is coming very soon. it features an xslt argument, that
   will let you use any custom template that you want.
 *  Thread Starter [Denis de Bernardy](https://wordpress.org/support/users/denis-de-bernardy/)
 * (@denis-de-bernardy)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/plugin-fuzzy-recent-posts/#post-201066)
 * I’ve released version 3.0 beta of the plugin. Testers are welcome.
 * The two new key features are:
 * – XSLT argument: customize the tile any way you want
    – Built-in caching
 *  Thread Starter [Denis de Bernardy](https://wordpress.org/support/users/denis-de-bernardy/)
 * (@denis-de-bernardy)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/plugin-fuzzy-recent-posts/#post-201069)
 * there’s a last minute bug fix. sorry about that. 😉
 *  Thread Starter [Denis de Bernardy](https://wordpress.org/support/users/denis-de-bernardy/)
 * (@denis-de-bernardy)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/plugin-fuzzy-recent-posts/#post-201071)
 * i’d be curious to know the proportion of folks who cannot use xslt…
 *  [tdw](https://wordpress.org/support/users/tdw/)
 * (@tdw)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/plugin-fuzzy-recent-posts/#post-201072)
 * I’d imagine quite a few =)
 *  [tjrac](https://wordpress.org/support/users/tjrac/)
 * (@tjrac)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/plugin-fuzzy-recent-posts/#post-201089)
 * I’ve upgraded to the latest version and the fuzzy plugins do not render properly.
   I get the message about contacting my host about the problem. I emailed support
   and got the following reply …
    “Dom XSLT” php module is already pre-compiled 
   with our apache server. What do I do now?
 *  Thread Starter [Denis de Bernardy](https://wordpress.org/support/users/denis-de-bernardy/)
 * (@denis-de-bernardy)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/plugin-fuzzy-recent-posts/#post-201090)
 * not properly then, since the plugin checks for the xslt functions’ existence.
   i suggest you direct them to the xslt page i point to from the plugin’s error
   message. likely is that sablotron is missing or something — the page contains
   install and config information.
 *  [bran8464](https://wordpress.org/support/users/bran8464/)
 * (@bran8464)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/plugin-fuzzy-recent-posts/#post-201095)
 * re removing RSS feed in version 3? What lines to remove please?
 *  Thread Starter [Denis de Bernardy](https://wordpress.org/support/users/denis-de-bernardy/)
 * (@denis-de-bernardy)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/plugin-fuzzy-recent-posts/#post-201096)
 * just set the field name to nothing, e.g.
 * sem_recent_posts(‘feed_name=’);

Viewing 15 replies - 1 through 15 (of 25 total)

1 [2](https://wordpress.org/support/topic/plugin-fuzzy-recent-posts/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-fuzzy-recent-posts/page/2/?output_format=md)

The topic ‘Plugin: Fuzzy recent posts’ is closed to new replies.

## Tags

 * [xml](https://wordpress.org/support/topic-tag/xml/)

 * 25 replies
 * 11 participants
 * Last reply from: [jhuskey](https://wordpress.org/support/users/jhuskey/)
 * Last activity: [19 years, 9 months ago](https://wordpress.org/support/topic/plugin-fuzzy-recent-posts/page/2/#post-201296)
 * Status: not a support question

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
