Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Last Seen Posts Widget

Beschrijving

This plugin creates a widget which will show the title, thumbnail and link to the last 5 posts a user has consulted.
To store the data it uses sessions.

Session handling is provided by slightly modified functions from the simple-session-plugin by pkwooster.

Schermafbeeldingen

  • Screenshot of widget and result in sidebar

Installatie

  1. Unzip and upload /last-seen-posts-widget/ to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure the title of the widget under Appearance => Widgets

FAQ

Can I modify the style of the post list?

The plugin comes with a very basic stylesheet. It uses your theme’s default markup for widgets.
If needed, you should add your own styles to your own theme’s stylesheet.
Furthermore, every link has a class “lastseen” which you may use in your theme’s stylesheet.

Can I configure the number of posts to show up?

Not yet.

Can I show a thumbnail alongside the title ?

Yes. If your post has a featured image, this will show up here.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Last Seen Posts Widget” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Last Seen Posts Widget” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.2

  • calling only the thumbnail sized thumb

1.1

  • added post thumbnail functionality

1.0

  • Initial release