Forward: Blogroll
Forward: Blogroll lets you follow selected blogs from inside WordPress. Add blog URLs or direct RSS feed URLs, validate them from the admin screen, import recent items, and display the newest external posts on any page with a shortcode.
Imported items are stored in a dedicated internal post type, so external posts stay separate from your normal Posts archive.
Key features
- Add blog URLs or direct RSS and Atom feed URLs from the WordPress admin.
- Discover feed URLs from site metadata and common feed paths.
- Validate feeds before importing.
- Choose how many recent posts are imported when a feed is first added.
- Check enabled feeds hourly with WP-Cron.
- Avoid duplicate imports using source, permalink, GUID, and publish date.
- Display imported posts with
[forward_blogroll]. - Includes bundled translation files for common languages.
Good for
- Personal or team blogrolls.
- Curated reading pages.
- Publisher networks that want to highlight recent external posts.
Accessibility
WCAG 2.2 Level AA compliance is a release requirement for the interfaces generated by Forward: Blogroll. The feed-management screens and shortcode output are tested for semantic structure, accessible names, keyboard operation, visible focus, color contrast, reflow, target size, and status announcements.
The plugin cannot certify the complete page around the shortcode. The active theme, external feed content, custom CSS, and other plugins can affect full-page WCAG conformance.
Shortcode
Basic usage:
[forward_blogroll]
Limit the number of displayed items:
[forward_blogroll posts_per_page="10"]
The posts_per_page value is capped at 100.
Display items from one configured source:
[forward_blogroll source="source_id"]
You can copy a source ID from the shortcode options table in the Blogroll admin screen.
External requests and stored data
Forward: Blogroll makes HTTP requests only to the blog and feed URLs you configure. It uses those requests to discover RSS or Atom feed URLs, validate feeds, and import new items during scheduled WP-Cron checks.
For each imported item, the plugin stores the item title, source name, source feed URL, original permalink, publish date, duplicate-prevention fingerprints, and image URL when one is available. It does not copy full article content into normal WordPress posts.
