Plugin này chưa được cập nhật với 3 phiên bản mới nhất của WordPress. Nó có thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress mới nhất.

SimplePie Rss Reader

Mô tả

Parses RSS feeds with SimplePie.

Cài đặt

  1. Upload simple-pie-rss-reader to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place [parse_feed ] short_code inside your templates/post/page

Hỏi đáp

What parameters does the short_code accept?

An answer to that question.

What about foo bar?

feed-the url of the feed
num-number of feeds to display (optional)
name-you want to display the feed as (optional)
url-you want to link the feed to (optional)

[parse_feed feed="http://example.com/feed" num="8" name="Example Title" url="http://example.com/" ]

Đánh giá

There are no reviews for this plugin.

Người đóng góp & Lập trình viên

“SimplePie Rss Reader” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

Nhật ký thay đổi

1.1

updated description with example
updated plugin uri for example