❗ This is a public repository |
---|
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/
- Download the latest release
- On your WordPress site, navigate to Plugins > Add New Plugin > Upload Plugin and upload the zip file you just downloaded. Activate it.
- Adjust the plugin settings at Settings > FeedLand Blogroll
- Add the
[feedland-blogroll]
shortcode anywhere on your site to display the blogroll.
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]' );
This public plugin is under active development. Please use at your own discretion and test thoroughly before adding to a production site.