Mô tả
Choose your categories and interval from the settings menu and it will display 1 post from the chosen categories at your set interval, chosen randomly.
Ảnh màn hình
Cài đặt
- Upload the entire ‘post-of-the-day’ folder to the ‘/wp-content/plugins/’ directory.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- You should see “Post of the Day” under your Settings. Edit the settings.
- Include this shortcode within a post or page: [potd]
Alternatively, if you want to include the post somewhere in your theme that is not in a post or page, just include the following in your php page:
<?php echo do_shortcode('[potd]'); ?>
Hỏi đáp
- Can I display more than one post at a time?
-
No, not at this point.
Đánh giá
Người đóng góp & Lập trình viên
“Post of the Day” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Post of the Day” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0
First Release