Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.76 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.76 KB
❗ This is a public repository

Feedland Blogroll for WordPress

What is this?

This is a WordPress plugin which will display your FeedLand Blogroll on your WordPress site!

For more information on what these blogrolls are, please visit: https://blogroll.social/

How to Use

  1. Download the latest release
  2. On your WordPress site, navigate to Plugins > Add New Plugin > Upload Plugin and upload the zip file you just downloaded. Activate it.
  3. Adjust the plugin settings at Settings > FeedLand Blogroll
  4. Add the [feedland-blogroll] shortcode anywhere on your site to display the blogroll.

Adding the Shortcode

Whether selecting a widget or a block, you will choose "Shortcode", then copy/paste this into the input:

[feedland-blogroll]

Where you put the shortcode will depend on which theme you are using.

  • In a classic theme, adding the shortcode to the sidebar widget would be a good spot.
  • If you're using a block theme (like twenty twenty-four), then editing the site templates and adding the shortcode to the 'Single with Sidebar' template works great.

You can also output the shortcode in your php templates like this:

echo do_shortcode( '[feedland-blogroll]' );

Screenshots

SCR-20240328-jvrd

SCR-20240418-jces

Disclaimer

This public plugin is under active development. Please use at your own discretion and test thoroughly before adding to a production site.