GitHunt
PH

phirebase/blogroll-links-renderer

Renders WordPress Blogroll links to a Page or Post using the shortcode [blogroll-links]. Ideal for creating a custom links page.

Blogroll Links Renderer

WordPress Tested
PHP Version
License
Issues
Stars

Render WordPress Blogroll links anywhere using the [blogroll-links] shortcode.

Plugin banner


๐Ÿงฉ Description

Blogroll Links Renderer allows you to display WordPress Links (aka Blogroll) on any page or post using the [blogroll-links] shortcode.

You can filter links by category, show icons, and add tooltips โ€” plus optionally enable the hidden Links Manager, which has been disabled by default since WordPress 3.5.


โœจ Features

  • Display Blogroll links using the shortcode [blogroll-links]
  • Filter links by category name
  • Show icons/images next to each link
  • Enable tooltips using link descriptions
  • Add a custom CSS class for styling output
  • Optional: Enable Links Manager via plugin settings
  • Simple and clean settings page under Settings > Blogroll Links Renderer

โš™๏ธ Shortcode Parameters

Use the [blogroll-links] shortcode with these optional parameters:

Parameter Description Example
category Filter links by category name [blogroll-links category="Partners"]
show_images Show link images/icons if available [blogroll-links show_images="1"]
show_titles Show tooltips using link descriptions [blogroll-links show_titles="1"]

โœ… You can combine all options:
[blogroll-links category="MyCategory" show_images="1" show_titles="1"]


๐Ÿ”ง Installation

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin via the Plugins menu in WordPress
  3. Add the [blogroll-links] shortcode to any page or post
  4. Configure settings under Settings > Blogroll Links Renderer

โ“ FAQ

Navigate to Settings > Blogroll Links Renderer and check Enable Links Manager. The Links menu will appear in your admin sidebar.

Use the category parameter in the shortcode.
Example: [blogroll-links category="MyCategory"]

Use the show_images="1" parameter.
Example: [blogroll-links show_images="1"]

Use the show_titles="1" parameter.
Example: [blogroll-links show_titles="1"]

Can I style the output?

Yes. Add a custom CSS class in the plugin settings and target it with your own CSS.


๐Ÿ“ Changelog

1.0.1

  • Updated README.md

1.0.0

  • Initial public release

๐Ÿ“Œ Notes

  • This plugin restores functionality hidden since WordPress 3.5
  • Compatible with custom link categories and WordPress themes
  • Tested with WordPress 5.5+ up to 6.9

๐Ÿ™ Credits

Developed by David Klhufek
Plugin page: https://wordpress.org/plugins/blogroll-links-renderer/
Support the project: paypal.me/DavidKlhufek


๐Ÿ“„ License

Licensed under the GPLv2 or later. See LICENSE file.
https://www.gnu.org/licenses/gpl-2.0.html

phirebase/blogroll-links-renderer | GitHunt