Blogroll Links
Display your blogroll links anywhere in posts or pages using a simple shortcode.
The facts
- Active installs
- 300+
- Price
- Free
- Last updated
- 29 Nov 2025
- Added
- Apr 2008
- Requires WP
- 5.0
- Tested up to
- WP 6.7.7
- Requires PHP
- 7.4
- Downloads
- 33,593
Our analysis
AI-assistedBlogroll Links is a WordPress plugin that allows you to display bookmarks on your site using a shortcode. It leverages WordPress' built-in Links feature to present links to friends' pages, resources, and social networking profiles. You can customize the display by category and sort the links according to various criteria.
This plugin is suitable for anyone managing a WordPress site who wants to share curated links with their audience. It supports features like link visibility settings and respects target window preferences for each link, ensuring a secure experience.
Best for: This plugin is best for WordPress users who wish to showcase a collection of links on their site.
What it does well
- ✓Displays links using a simple shortcode
- ✓Customizable sorting options available
- ✓Honors link visibility settings
- ✓Supports link descriptions and images
- ✓Compatible with PHP 8+
Where it falls short
- •Limited information on user ratings and feedback
- •No details on additional features or support
Verdict
Blogroll Links provides a straightforward way to manage and display links on a WordPress site. It may be useful for those looking to enhance their content with curated resources.
From the developer
rajivpant's own description of Blogroll Links, lightly tidied.
Blogroll Links is a WordPress plugin that displays your site’s link bookmarks (formerly called “blogroll”) within posts and pages using a simple shortcode.
For people who maintain their website or blog using the WordPress content management system, Blogroll Links uses WordPress’ built-in Links feature and presents links to friends’ pages, resources, and social networking profiles.
Features
- Display links by category using the category slug
- Customizable sorting (by name, URL, rating, or ID)
- Honors link visibility settings (show/hidden)
- Respects target window settings for each link
- Displays link descriptions and images if available
- Works with WordPress’ built-in Links Manager
- Supports XFN (XHTML Friends Network) relationship tags
- Full PHP 8+ compatibility
- Secure: Protected against SQL injection, XSS, and CSRF attacks
Usage
Add this shortcode to any post or page:
[blogroll-links categoryslug="my-links"]
Full Shortcode Options
[blogroll-links categoryslug="my-links" sortby="link_name" sortorder="asc"]
Parameters
categoryslug– The slug of the link category to display (required)sortby– Sort field: link_name, link_url, link_rating, link_id (default: link_name)sortorder– Sort direction: asc or desc (default: asc)
Examples
Display friends’ websites sorted by name:
[blogroll-links categoryslug=”friends” sortby=”link_name” sortorder=”asc”]
Display resources sorted by rating (highest first):
[blogroll-links categoryslug=”resources” sortby=”link_rating” sortorder=”desc”]
Display social media profiles:
[blogroll-links categoryslug=”social-profiles”]