Açıklama
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.
Ekran Görüntüleri
Yükleme
- Unzip and upload
/last-seen-posts-widget/
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Configure the title of the widget under Appearance => Widgets
SSS
- 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.
İncelemeler
Bu eklenti için herhangi bir değerlendirme bulunmuyor.
Katkıda Bulunanlar ve Geliştiriciler
“Last Seen Posts Widget” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.
Katkıda bulunanlar“Last Seen Posts Widget” eklentisini dilinize çevirin.
Geliştirmeyle ilgilenir misiniz?
Kodu görüntüleyin, SVN deposuna göz atın ya da RSS ile geliştirme günlüğüne abone olun.
Değişiklik Kaydı
1.2
- calling only the thumbnail sized thumb
1.1
- added post thumbnail functionality
1.0
- Initial release